Update customizable_post_install.sh

This commit is contained in:
MacRimi 2025-08-06 20:10:38 +02:00
parent da9db9d3d1
commit 433a19e46a

View File

@ -194,7 +194,7 @@ apt_upgrade() {
if [[ "$pve_version" -ge 9 ]]; then
bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve9.sh")
bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve.sh")
else
bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve8.sh")