From bf9647c5bb5dc239100e66ab5c849a1e012626d0 Mon Sep 17 00:00:00 2001 From: billz Date: Thu, 7 Nov 2019 13:48:30 +0000 Subject: [PATCH] Update installer paths --- installers/raspbian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installers/raspbian.sh b/installers/raspbian.sh index 68f854d1..2c915abd 100755 --- a/installers/raspbian.sh +++ b/installers/raspbian.sh @@ -86,12 +86,12 @@ function update_system_packages() { if [ "${install_cert:-}" = 1 ]; then source="mkcert" wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source} - source /var/www/html/installers/raspap_${source}.sh + source /tmp/raspap_${source}.sh && rm -f /tmp/raspap_${source}.sh install_certificate else source="common" wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source} - source /var/www/html/installers/raspap_${source}.sh + source /tmp/raspap_${source}.sh && rm -f /tmp/raspap_${source}.sh install_raspap fi