Update proxmenu-scripts.sh

This commit is contained in:
2026-03-05 20:59:18 -06:00
parent 8e452b699f
commit 5c62e3a0bc

View File

@@ -260,8 +260,8 @@ MAIN_MENU() {
echo
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[White]}Download the available updated Win-VirtIO drivers 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[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