Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/21a842eacd92247f32d16488e46229a8f31996dc?style=unified&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

add alpine to build.func

pull/1251/head
tteckster 2 years ago committed by GitHub
parent 2c6c2a7dfe
commit 21a842eacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -447,6 +447,9 @@ EOF
msg_info "Starting LXC Container"
pct start "$CTID"
msg_ok "Started LXC Container"
if [ "$var_os" == "alpine" ]; then
pct exec "$CTID" -- ash -c "apk add bash >/dev/null"
fi
lxc-attach -n "$CTID" -- bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/main/install/$var_install.sh)" || exit
}

Loading…
Cancel
Save

Powered by BW's shoe-string budget.