Turbo Scratch: update to 0.5.0

pull/675/head
Botspot 3 years ago
parent e93869cac2
commit 6576d31b80

@ -8,7 +8,7 @@ function error {
}
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!"
wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.5.0/TurboWarp-linux-armv7l-0.5.0.deb || error "Failed to download deb!"
sudo apt install -yf ~/turbowarp.deb || error "Failed to install turbowarp.deb!"

@ -8,7 +8,7 @@ function error {
}
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!"
wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.5.0/TurboWarp-linux-arm64-0.5.0.deb || error "Failed to download deb!"
sudo apt install -yf ~/turbowarp.deb || error "Failed to install turbowarp.deb!"

Loading…
Cancel
Save