From d1636a92aa59d28e1b6c732784b3595be3a42eb8 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 16 May 2025 17:30:13 +0200 Subject: [PATCH] Update create_vm_menu.sh --- scripts/menus/create_vm_menu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/menus/create_vm_menu.sh b/scripts/menus/create_vm_menu.sh index 9282551..ac370e9 100644 --- a/scripts/menus/create_vm_menu.sh +++ b/scripts/menus/create_vm_menu.sh @@ -121,7 +121,7 @@ while true; do source <(curl -fsSL "$ISO_REPO/select_linux_iso.sh") && select_linux_iso || continue ;; 4) - whiptail --title "OSX-PROXMOX" --yesno "$(translate "This is an external script that creates a macOS VM in Proxmox VE in just a few steps, whether you are using AMD or Intel hardware.")\n\n$(translate "The script clones the osx-proxmox.com repository and once the setup is complete, the server will automatically reboot.")\n\n$(translate "Make sure there are no critical services running as they will be interrupted. Ensure your server can be safely rebooted.")\n\n$(translate "Visit https://osx-proxmox.com for more information.")\n\n$(translate "Do you want to run the script now?")" 22 70 + whiptail --title "OSX-PROXMOX" --yesno "$(translate "This is an external script that creates a macOS VM in Proxmox VE in just a few steps, whether you are using AMD or Intel hardware.")\n\n$(translate "The script clones the osx-proxmox.com repository and once the setup is complete, the server will automatically reboot.")\n\n$(translate "Make sure there are no critical services running as they will be interrupted. Ensure your server can be safely rebooted.")\n\n$(translate "Visit https://osx-proxmox.com for more information.")\n\n$(translate "Do you want to run the script now?")" 24 70 if [[ $? -eq 0 ]]; then bash -c "$(curl -fsSL https://install.osx-proxmox.com)" fi