Add Turbo Scratch app

pull/549/head
Botspot 5 years ago
parent 28763fc9e6
commit 4731804d22

@ -0,0 +1,3 @@
App added to pi-apps by [Raspberry Pi News](bit.ly/rpnsite)
Made by the [TurboWarp dev team](https://github.com/TurboWarp/)

@ -0,0 +1,4 @@
Scratch 3 Desktop, but runs much faster. Also known as 'TurboWarp'
TurboWarp is a Scratch mod that compiles projects to JavaScript to make them run really fast. Also has dark mode, addons, and more. It even works when you're offline, just like the original Scratch Desktop.
To run: Menu -> Programming -> TurboWarp

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

@ -0,0 +1,18 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -f ~/turbowarp.deb
wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.3.1/TurboWarp-linux-armv7l-0.3.1.deb || error "Failed to download deb!"
sudo apt install -yf ~/turbowarp.deb || error "Failed to install turbowarp.deb!"
rm -f ~/turbowarp.deb
#Move TurboWarp desktop file from Education category to Programming category
sed -i 's/Categories=Education;/Categories=Application;Development;/g' /usr/share/applications/turbowarp-desktop.desktop

@ -0,0 +1,19 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
rm -f ~/turbowarp.deb
wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.3.1/TurboWarp-linux-arm64-0.3.1.deb || error "Failed to download deb!"
sudo apt install -yf ~/turbowarp.deb || error "Failed to install turbowarp.deb!"
rm -f ~/turbowarp.deb
#Move TurboWarp desktop file from Education category to Programming category
sed -i 's/Categories=Education;/Categories=Application;Development;/g' /usr/share/applications/turbowarp-desktop.desktop

@ -0,0 +1,10 @@
#!/bin/bash
DIRECTORY="$(dirname "$(dirname "$( cd "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )")")"
function error {
echo -e "\\e[91m$1\\e[39m"
exit 1
}
sudo apt remove -y turbowarp-desktop || error "apt failed to purge turbowarp-desktop"

@ -4,6 +4,7 @@ Angry IP scanner|Internet
AnyDesk|Internet
Arduino|Editors
BalenaEtcher|Tools
Bongo Cam|Multimedia
Box86|Tools
Boxy SVG|Editors
Browsh|Internet
@ -72,6 +73,7 @@ template|hidden
Timeshift|Tools
tldr|Tools
Tor Browser|Internet
Turbo Scratch|Editors
Ulauncher|Eyecandy
unrar|Tools
Update Buddy|Tools
@ -88,4 +90,3 @@ Wine (x86)|Tools
WPS Office|Editors
YouTubuddy|Multimedia
Zoom|Internet
Bongo Cam|

Loading…
Cancel
Save