Update Turbo Scratch 0.5.0->0.7.0

Signed-off-by: Itai Nelken <itainelken@gmail.com>
pull/714/head
Itai Nelken 4 years ago
parent c0d968bc8d
commit 469d8e092a
No known key found for this signature in database
GPG Key ID: E45E4E2C367B8AE6

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

Loading…
Cancel
Save