Update menus

This commit is contained in:
MacRimi 2025-05-05 00:20:09 +02:00
parent 73402ac422
commit cd974a638d
4 changed files with 6 additions and 4 deletions

View File

@ -27,7 +27,7 @@ fi
load_language
initialize_cache
show_proxmenux_logo
# ==========================================================

View File

@ -35,7 +35,7 @@ fi
load_language
initialize_cache
show_proxmenux_logo
# ==========================================================

View File

@ -28,7 +28,7 @@ fi
load_language
initialize_cache
show_proxmenux_logo
# ==========================================================

View File

@ -33,6 +33,7 @@ initialize_cache
case $OPTION in
1)
show_proxmenux_logo
msg_info2 "$(translate "Running script:") $(translate " HW iGPU acceleration LXC")..."
bash <(curl -s "$REPO_URL/scripts/configure_igpu_lxc.sh")
if [ $? -ne 0 ]; then
@ -41,8 +42,8 @@ initialize_cache
fi
;;
2)
show_proxmenux_logo
msg_info2 "$(translate "Running script:") Coral TPU LXC..."
bash <(curl -s "$REPO_URL/scripts/install_coral_lxc.sh")
if [ $? -ne 0 ]; then
msg_warn "$(translate "Operation cancelled.")"
@ -50,6 +51,7 @@ initialize_cache
fi
;;
3)
show_proxmenux_logo
msg_info2 "$(translate "Running script:") $(translate "Install/Update") Coral..."
bash <(curl -s "$REPO_URL/scripts/install_coral_pve.sh")
if [ $? -ne 0 ]; then