Merge pull request #910 from scamdotnet/patch-5

Update URL to fix dependency mismatch
pull/912/head
Itai Nelken 3 years ago committed by GitHub
commit 932d31bd35
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_arm64.deb -O ~/lightpad.deb || error "Failed to download lightpad.deb!"
wget https://github.com/Pi-Apps-Coders/files/raw/main/lightpad_0.0.8rev1_arm64.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