From af0b125dcc76aa66567e410f8b8a8be2a00c54c4 Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 9 Mar 2019 09:44:06 -0500 Subject: [PATCH] Update raspbian.sh --- installers/raspbian.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 78a0fc2..43248a4 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -1,6 +1,7 @@ UPDATE_URL="https://raw.githubusercontent.com/necro-nemesis/raspap-webgui/master/" wget -q ${UPDATE_URL}/installers/common.sh -O /tmp/raspapcommon.sh -source /tmp/raspapcommon.sh && rm -f /tmp/raspapcommon.sh +source /tmp/raspapcommon.sh +#&& rm -f /tmp/raspapcommon.sh function update_system_packages() { install_log "Updating sources"