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

Update debian-install.sh

pull/226/head
tteckster 3 years ago committed by GitHub
parent 1cf7b4ca6b
commit 016843f1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,15 +54,6 @@ done
msg_ok "Set up Container OS"
msg_ok "Network Connected: ${BL}$(hostname -I)"
msg_info "Checking Internet Status"
INTER=$(wget -q --tries=10 --timeout=5 --spider https://google.com)
sleep 2
if [[ "$INTER" != "0" ]]; then
msg_ok "Internet Online"
else
echo -e "${BFR} ${CROSS}${RD} Internet Offline${CL}"
fi
msg_info "Updating Container OS"
apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.