Update proxmox_update.sh

This commit is contained in:
MacRimi
2025-10-31 20:09:52 +01:00
parent f72dd79dff
commit 632c7b91f4

View File

@@ -56,7 +56,7 @@ apt_upgrade() {
if [[ "$pve_version" -ge 9 ]]; then
show_proxmenux_logo
msg_title "$(translate "$SCRIPT_TITLE)"
msg_title "$(translate "$SCRIPT_TITLE")"
bash <(curl -fsSL "$REPO_URL/scripts/global/update-pve9_2.sh")
else