mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
Updates menus
This commit is contained in:
@@ -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") ;;
|
||||
|
Reference in New Issue
Block a user