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

Update debian11_setup.sh

pull/10/head
tteckster 3 years ago committed by GitHub
parent c7c9e6a182
commit 01b693a8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,9 +31,9 @@ apt-get -y purge openssh-{client,server} >/dev/null
apt-get autoremove >/dev/null
# Update container OS
#msg "Updating container OS..."
#apt-get update --allow-releaseinfo-change &>/dev/null
#apt-get upgrade &>/dev/null
msg "Updating container OS..."
apt update &>/dev/null
apt-get -qqy upgrade &>/dev/null
# Install prerequisites
msg "Installing prerequisites..."

Loading…
Cancel
Save

Powered by BW's shoe-string budget.