Update TurboWarp to 0.8.0

pull/829/head
Itai Nelken 4 years ago
parent f846917c2f
commit 8bc3124c54
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.6.0/TurboWarp-linux-armv7l-0.6.0.deb || error "Failed to download deb!"
wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.8.0/TurboWarp-linux-armv7l-0.8.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.6.0/TurboWarp-linux-arm64-0.6.0.deb || error "Failed to download deb!"
wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.8.0/TurboWarp-linux-arm64-0.8.0.deb || error "Failed to download deb!"
sudo apt install -yf ~/turbowarp.deb || error "Failed to install turbowarp.deb!"

Loading…
Cancel
Save