Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/907a29b7a3b899c3876d7931174155abd6956385 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update update-lxcs.sh

change to dist-upgrade
pull/1027/head
tteckster 2 years ago committed by GitHub
parent 1fd36bc6c3
commit 907a29b7a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -40,7 +40,7 @@ function update_container() {
alpine) pct exec "$container" -- ash -c "apk update && apk upgrade" ;;
archlinux) pct exec "$container" -- bash -c "pacman -Syyu --noconfirm";;
fedora|rocky|centos|alma) pct exec "$container" -- bash -c "dnf -y update && dnf -y upgrade" ;;
ubuntu|debian|devuan) pct exec "$container" -- bash -c "apt-get update && apt-get -y upgrade" ;;
ubuntu|debian|devuan) pct exec "$container" -- bash -c "apt-get update && apt-get -y dist-upgrade" ;;
esac
}
header_info

Loading…
Cancel
Save

Powered by BW's shoe-string budget.