Revert "temp: update build.func to use forked install script"

This reverts commit 54bf19ce9f.
This commit is contained in:
Raghav Vashisht
2025-11-23 18:13:52 +05:30
parent 9478807cc2
commit b948cae786
3 changed files with 4 additions and 4 deletions

View File

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