From 1f7d228b1dbf258ae9ffcf7f74ea13fd9c8de8d8 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 2 May 2025 09:51:43 +0200 Subject: [PATCH] Update select_nas_iso.sh --- scripts/vm/select_nas_iso.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/vm/select_nas_iso.sh b/scripts/vm/select_nas_iso.sh index 16f85e5..ee726a7 100644 --- a/scripts/vm/select_nas_iso.sh +++ b/scripts/vm/select_nas_iso.sh @@ -74,6 +74,10 @@ function select_nas_iso() { HN="Rockstor" ;; 6) + HN="ZimaOS-VM" + if ! confirm_vm_creation; then + return 1 + fi bash -c "$(wget -qLO - https://raw.githubusercontent.com/R0GGER/proxmox-zimaos/refs/heads/main/zimaos_zimacube.sh)" msg_success "$(translate "Press Enter to return to menu...")" read -r