Update script URL for LXC container installation

This commit is contained in:
Vincent 2025-09-30 18:23:48 -04:00 committed by GitHub
parent d7a1ccd59f
commit 64d22d0048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2295,7 +2295,7 @@ EOF'
fi
msg_ok "Customized LXC Container"
install_ssh_keys_into_ct
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/install/${var_install}.sh)"; then
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/${var_install}.sh)"; then
exit $?
fi
}