From aee747c5f1f47a12b3d3c0a836b6d8a4d6c42c66 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 5 Mar 2026 21:00:43 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 69f7188..abe4771 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -261,7 +261,7 @@ MAIN_MENU() { if [ -f /var/lib/vz/template/iso/${VIRTIO_FILE} ]; then echo -e "${idsCL[DarkGray]} [9] 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[LightYellow]}9${idsCL[Default]}] ${idsCL[LightGreen]}*${idsCL[White]}Download the available updated Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" + echo -e " [${idsCL[LightYellow]}9${idsCL[Default]}] ${idsCL[LightGreen]}**${idsCL[White]}Download the available updated Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" else echo -e " [${idsCL[LightYellow]}9${idsCL[Default]}] ${idsCL[White]}Download the current Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" fi