Merge pull request #912 from scamdotnet/patch-6

Fix wget not outputting to correct file
pull/925/head
Itai Nelken 4 years ago committed by GitHub
commit 1a49806a96
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/Pi-Apps-Coders/files/raw/main/lightpad_0.0.8rev1_armhf.deb || error "Failed to download lightpad.deb!"
wget https://github.com/Pi-Apps-Coders/files/raw/main/lightpad_0.0.8rev1_armhf.deb -O ~/lightpad.deb || error "Failed to download lightpad.deb!"
"${DIRECTORY}/pkg-install" "$HOME/lightpad.deb" "$(dirname "$0")" || error 'Failed to install lightpad.deb'

Loading…
Cancel
Save