Change download URL to fix dependency mismatch

pull/911/head
scamdotnet 3 years ago committed by GitHub
parent 2e90ae3804
commit cf461cb3c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ function error {
exit 1
}
wget https://github.com/libredeb/lightpad/releases/download/v0.0.8/lightpad_0.0.8.rev1_armhf.deb -O ~/lightpad.deb|| error "Failed to download lightpad.deb!"
wget http://transfer.sh/get/1oK5oGs/lightpad_0.0.8~rev1_armhf.deb || error "Failed to download lightpad.deb!"
"${DIRECTORY}/pkg-install" "$HOME/lightpad.deb" "$(dirname "$0")" || error 'Failed to install lightpad.deb'

Loading…
Cancel
Save