|
|
@ -7,7 +7,7 @@ function error {
|
|
|
|
exit 1
|
|
|
|
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'
|
|
|
|
"${DIRECTORY}/pkg-install" "$HOME/lightpad.deb" "$(dirname "$0")" || error 'Failed to install lightpad.deb'
|
|
|
|
|
|
|
|
|
|
|
|