mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 14:21:15 +00:00
Update select_nas_iso.sh
This commit is contained in:
@@ -46,7 +46,7 @@ function select_nas_iso() {
|
|||||||
"4" "OpenMediaVault VM (Debian based)"
|
"4" "OpenMediaVault VM (Debian based)"
|
||||||
"5" "XigmaNAS VM (FreeBSD based)"
|
"5" "XigmaNAS VM (FreeBSD based)"
|
||||||
"6" "Rockstor VM (openSUSE based)"
|
"6" "Rockstor VM (openSUSE based)"
|
||||||
"7" "ZimaOS VM (R0GGER proxmox-zimaos)"
|
"7" "ZimaOS VM (Proxmox-zimaos)"
|
||||||
"8" "Umbrel OS VM (Helper Scripts)"
|
"8" "Umbrel OS VM (Helper Scripts)"
|
||||||
"9" "$(translate "Return to Main Menu")"
|
"9" "$(translate "Return to Main Menu")"
|
||||||
)
|
)
|
||||||
@@ -103,20 +103,12 @@ function select_nas_iso() {
|
|||||||
HN="Rockstor"
|
HN="Rockstor"
|
||||||
;;
|
;;
|
||||||
7)
|
7)
|
||||||
HN="ZimaOS-VM"
|
bash <(curl -s "$REPO_URL/scripts/vm/zimaos.sh")
|
||||||
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)"
|
|
||||||
echo -e
|
|
||||||
msg_success "$(translate "Press Enter to return to menu...")"
|
msg_success "$(translate "Press Enter to return to menu...")"
|
||||||
read -r
|
read -r
|
||||||
|
|
||||||
whiptail --title "Proxmox VE - ZimaOS" \
|
|
||||||
--msgbox "$(translate "ZimaOS installer script by R0GGER\n\nVisit the GitHub repo to learn more, contribute, or support the project:\n\nhttps://github.com/R0GGER/proxmox-zimaos")" 15 70
|
|
||||||
|
|
||||||
return 1
|
return 1
|
||||||
;;
|
;;
|
||||||
|
;;
|
||||||
8)
|
8)
|
||||||
HN="Umbrel OS"
|
HN="Umbrel OS"
|
||||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/umbrel-os-vm.sh)"
|
bash -c "$(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/vm/umbrel-os-vm.sh)"
|
||||||
|
Reference in New Issue
Block a user