Update auto_post_install.sh

This commit is contained in:
MacRimi 2025-08-06 20:04:52 +02:00
parent 615aecf80f
commit ed4b0eba2f

View File

@ -107,7 +107,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")