diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 43248a4..78a0fc2 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -1,7 +1,6 @@ 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"