Merge branch 'byparr' of https://github.com/luismco/ProxmoxVED into byparr

This commit is contained in:
bluisholive
2025-11-19 12:40:06 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2731,7 +2731,7 @@ EOF'
install_ssh_keys_into_ct
# Run application installer
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/install/${var_install}.sh)"; then
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/luismco/ProxmoxVED/refs/heads/byparr/install/${var_install}.sh)"; then
local exit_code=$?
# Try to copy installation log from container before exiting
if [[ -n "$CTID" && -n "${SESSION_ID:-}" ]]; then