From 372470ef74f31be2243cc9a42f89fe753738b2a6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 30 Apr 2026 23:24:09 -0500 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 45bfaf5..0d50f1a 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -305,13 +305,13 @@ MAIN_MENU() { else echo -e "${idsCL[DarkGray]} [2] Pulse Monitoring is already installed${idsCL[Default]}" fi - if [ -f /var/lib/vz/template/iso/${VIRTIO_FILE} ]; then + # if [ -f /var/lib/vz/template/iso/${VIRTIO_FILE} ]; then echo -e "${idsCL[DarkGray]} [3] Current VirtIO drivers already downloaded to 'local' on this host${idsCL[Default]}" - elif [ -f /var/lib/vz/template/iso/virtio*.iso ]; then - echo -e "${idsCL[White]} [${idsCL[LightYellow]}3${idsCL[Default]}] ${idsCL[LightGreen]}**${idsCL[White]}Download the available updated Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" - else - echo -e "${idsCL[White]} [${idsCL[LightYellow]}3${idsCL[Default]}] ${idsCL[White]}Download the current Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" - fi + # elif [ -f /var/lib/vz/template/iso/virtio*.iso ]; then + # echo -e "${idsCL[White]} [${idsCL[LightYellow]}3${idsCL[Default]}] ${idsCL[LightGreen]}**${idsCL[White]}Download the available updated Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" + # else + # echo -e "${idsCL[White]} [${idsCL[LightYellow]}3${idsCL[Default]}] ${idsCL[White]}Download the current Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" + # fi if ! command -v glances &> /dev/null; then echo -e "${idsCL[White]} [${idsCL[LightYellow]}4${idsCL[Default]}] ${idsCL[White]}Install Glances (CLI Monitor)${idsCL[Default]}" else