Turbowarp: wait for apt locks

pull/884/head
Botspot 3 years ago
parent 830bd9a3c2
commit db2f72e47b

@ -7,6 +7,8 @@ function error {
exit 1
}
"${DIRECTORY}/api" apt_lock_wait
rm -f ~/turbowarp.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!"

@ -7,6 +7,8 @@ function error {
exit 1
}
"${DIRECTORY}/api" apt_lock_wait
rm -f ~/turbowarp.deb
wget -O ~/turbowarp.deb https://github.com/TurboWarp/desktop/releases/download/v0.8.1/TurboWarp-linux-arm64-0.8.1.deb || error "Failed to download deb!"

Loading…
Cancel
Save