diff --git a/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh b/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh index a8fc36b..eeee294 100644 --- a/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh +++ b/scripts/utilities/proxmox-upgrade-pve8-to-pve9-manual-guide.sh @@ -1,7 +1,7 @@ #!/bin/bash # ========================================================== -# ProxMenu - Manual Proxmox VE 8 to 9 Upgrade Guide +# ProxMenux - Manual Proxmox VE 8 to 9 Upgrade Guide # ========================================================== # Author : MacRimi # Copyright : (c) 2024 MacRimi @@ -260,6 +260,9 @@ EOF${CL}" \ msg_success "$(translate "Press Enter to return to menu...")" echo -e read -r + clear + bash <(curl -fsSL "$REPO_URL/scripts/utilities/upgrade_pve8_topve9.sh") + }