Merge pull request #857 from mobilegmYT/patch-20

turbowarp 0.8.1
pull/858/head
Itai Nelken 4 years ago committed by GitHub
commit f8aacada6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save