Update select_nas_iso.sh

This commit is contained in:
MacRimi 2025-05-02 09:51:43 +02:00
parent 22d916eb09
commit 1f7d228b1d

View File

@ -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