add snowshare

This commit is contained in:
Romain PINSOLLE
2025-10-30 10:56:46 +00:00
parent 23e08b5f26
commit b17aebea60
5 changed files with 238 additions and 2 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/community-scripts/ProxmoxVED/main/install/${var_install}.sh)"; then
if ! lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/TuroYT/ProxmoxVED/refs/heads/add-snowshare/install/${var_install}.sh)"; then
exit $?
fi
}