Update installation scripts to use HydroshieldMKII repository for Guardian app setup

This commit is contained in:
Vincent
2025-09-30 16:40:35 -04:00
parent 385931094c
commit d30d512091
2 changed files with 2 additions and 2 deletions

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://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/HydroshieldMKII/ProxmoxVED/refs/heads/add-guardian-app/install/${var_install}.sh)"; then
exit $?
fi
}