ready to pr

This commit is contained in:
Romain PINSOLLE
2025-10-30 14:54:22 +00:00
parent 21d595ddc7
commit 17c77913e2
4 changed files with 8 additions and 8 deletions

View File

@@ -2488,7 +2488,7 @@ EOF'
install_ssh_keys_into_ct
# Run application installer
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/TuroYT/ProxmoxVED/refs/heads/add-snowshare/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
}