lightpad app fix download command

pull/230/head
Botspot 4 years ago
parent 9c577c02ae
commit a960df239b

@ -7,7 +7,7 @@ function error {
exit 1
}
sudo wget https://github.com/libredeb/lightpad/releases/download/v0.0.8/lightpad_0.0.8.rev1_armhf.deb -P ~/ || error "Failed to download lightpad_0.0.8.rev1_armhf.deb!"
wget https://github.com/libredeb/lightpad/releases/download/v0.0.8/lightpad_0.0.8.rev1_armhf.deb || error "Failed to download lightpad_0.0.8.rev1_armhf.deb!"
sudo apt install -y --fix-missing ~/lightpad_0.0.8.rev1_armhf.deb || error "APT failed to install lightpad_0.0.8.rev1_armhf.deb!"

Loading…
Cancel
Save