Update apps/Lightpad/install-64

Co-authored-by: Itai Nelken <70802936+Itai-Nelken@users.noreply.github.com>
pull/910/head
scamdotnet 3 years ago committed by GitHub
parent c6ce6596f0
commit efe280686e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,7 +7,7 @@ function error {
exit 1
}
wget http://transfer.sh/get/1HvLYEm/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