From fe47522275cd0ba7752694a205ed8dc8787da456 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Fri, 17 Apr 2026 18:07:43 +0200 Subject: [PATCH] Update nvidia_update.sh --- scripts/gpu_tpu/nvidia_update.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/scripts/gpu_tpu/nvidia_update.sh b/scripts/gpu_tpu/nvidia_update.sh index f10cac65..c54baea6 100644 --- a/scripts/gpu_tpu/nvidia_update.sh +++ b/scripts/gpu_tpu/nvidia_update.sh @@ -147,15 +147,10 @@ get_latest_version() { # Version selection menu # ============================================================ select_target_version() { - show_proxmenux_logo - msg_title "$(translate 'NVIDIA Driver Update')" - msg_info "$(translate 'Fetching available NVIDIA versions...')" local latest versions_list latest=$(get_latest_version 2>/dev/null) versions_list=$(list_available_versions 2>/dev/null) - msg_ok "$(translate 'Version list retrieved.')" - sleep 1 - + if [[ -z "$latest" && -z "$versions_list" ]]; then dialog --backtitle "ProxMenux" \ --title "$(translate 'Error')" \