Updates menus

This commit is contained in:
MacRimi
2025-07-02 17:57:25 +02:00
parent d12365667f
commit f2a15f84a8
6 changed files with 61 additions and 762 deletions

View File

@@ -37,28 +37,19 @@ initialize_cache
1)
bash <(curl -s "$REPO_URL/scripts/configure_igpu_lxc.sh")
if [ $? -ne 0 ]; then
clear
show_proxmenux_logo
msg_warn "$(translate "Operation cancelled.")"
sleep 2
return
fi
;;
2)
bash <(curl -s "$REPO_URL/scripts/install_coral_lxc.sh")
if [ $? -ne 0 ]; then
clear
show_proxmenux_logo
msg_warn "$(translate "Operation cancelled.")"
sleep 2
return
fi
;;
3)
bash <(curl -s "$REPO_URL/scripts/install_coral_pve.sh")
if [ $? -ne 0 ]; then
clear
show_proxmenux_logo
msg_warn "$(translate "Operation cancelled.")"
sleep 2
return
fi
;;
4) exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") ;;