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

Update pve8-post-install.sh

tweak 'pve-enterprise' repository
pull/1488/head
tteckster 2 years ago committed by GitHub
parent 50621a5dfc
commit 063b52f804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -53,7 +53,9 @@ start_routines() {
case $CHOICE in case $CHOICE in
yes) yes)
msg_info "Disabling 'pve-enterprise' repository" msg_info "Disabling 'pve-enterprise' repository"
sed -i 's/^deb/#deb/g' /etc/apt/sources.list.d/pve-enterprise.list cat <<EOF >/etc/apt/sources.list.d/pve-enterprise.list
# deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
EOF
msg_ok "Disabled 'pve-enterprise' repository" msg_ok "Disabled 'pve-enterprise' repository"
;; ;;
no) no)

Loading…
Cancel
Save

Powered by BW's shoe-string budget.