From a960df239b4f779a57ab0f1de9d291628116c796 Mon Sep 17 00:00:00 2001 From: Botspot Date: Fri, 8 Jan 2021 12:35:52 -0600 Subject: [PATCH] lightpad app fix download command --- apps/Lightpad/install-32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/Lightpad/install-32 b/apps/Lightpad/install-32 index 8cd5fd1..1f0dddd 100755 --- a/apps/Lightpad/install-32 +++ b/apps/Lightpad/install-32 @@ -7,7 +7,7 @@ function error { exit 1 } -sudo wget https://github.com/libredeb/lightpad/releases/download/v0.0.8/lightpad_0.0.8.rev1_armhf.deb -P ~/ || error "Failed to download lightpad_0.0.8.rev1_armhf.deb!" +wget https://github.com/libredeb/lightpad/releases/download/v0.0.8/lightpad_0.0.8.rev1_armhf.deb || error "Failed to download lightpad_0.0.8.rev1_armhf.deb!" sudo apt install -y --fix-missing ~/lightpad_0.0.8.rev1_armhf.deb || error "APT failed to install lightpad_0.0.8.rev1_armhf.deb!"