mirror of
https://github.com/billz/raspap-webgui.git
synced 2023-10-10 13:37:24 +02:00
Update installer paths
This commit is contained in:
parent
76ee50ec96
commit
bf9647c5bb
@ -86,12 +86,12 @@ function update_system_packages() {
|
|||||||
if [ "${install_cert:-}" = 1 ]; then
|
if [ "${install_cert:-}" = 1 ]; then
|
||||||
source="mkcert"
|
source="mkcert"
|
||||||
wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}
|
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
|
install_certificate
|
||||||
else
|
else
|
||||||
source="common"
|
source="common"
|
||||||
wget -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}
|
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
|
install_raspap
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user