This commit is contained in:
Romain PINSOLLE
2025-10-31 11:10:10 +00:00
parent a44c9364ae
commit f8c397cae1
3 changed files with 3 additions and 5 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://github.com/TuroYT/ProxmoxVED/raw/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
}