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

Update install.func

tweak
pull/2299/head
tteckster 1 year ago committed by GitHub
parent f9b9b560f1
commit 00f73c7370
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -113,7 +113,7 @@ network_check() {
update_os() {
msg_info "Updating Container OS"
$STD apt-get update
$STD apt-get -y upgrade
$STD apt-get -o Dpkg::Options::="--force-confold" -y dist-upgrade
msg_ok "Updated Container OS"
}

Loading…
Cancel
Save

Powered by BW's shoe-string budget.