mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Merge from upstream master (insiders)
This commit is contained in:
parent
6c6722ae88
commit
2032b27ad0
@ -241,6 +241,10 @@ function _load_installer() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
UPDATE_URL="https://raw.githubusercontent.com/$repo_common/$branch/"
|
UPDATE_URL="https://raw.githubusercontent.com/$repo_common/$branch/"
|
||||||
|
header=()
|
||||||
|
if [[ ! -z "$acctoken" ]]; then
|
||||||
|
header=(--header "Authorization: token $acctoken")
|
||||||
|
fi
|
||||||
if [ "${install_cert:-}" = 1 ]; then
|
if [ "${install_cert:-}" = 1 ]; then
|
||||||
source="mkcert"
|
source="mkcert"
|
||||||
wget "${header[@]}" -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}.sh
|
wget "${header[@]}" -q ${UPDATE_URL}installers/${source}.sh -O /tmp/raspap_${source}.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user