Update proxmenu-scripts.sh

This commit is contained in:
2026-03-05 22:32:39 -06:00
parent fef86e5247
commit fbd45ef9b5

View File

@@ -266,8 +266,9 @@ MAIN_MENU() {
if [ ! apt list --installed "srvadmin-all" &> /dev/null ]; then if [ ! apt list --installed "srvadmin-all" &> /dev/null ]; then
echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}8${idsCL[Default]}] ${idsCL[White]}Install Dell OpenManage Server Administrator${idsCL[Default]}"
else else
echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Default]}https://${RNIP}:1311" echo -e "${idsCL[DarkGray]} [8] Dell OMSA is already installed - ${idsCL[Cyan]}https://${RNIP}:1311"
fi fi
echo echo
if [ -f /var/lib/vz/template/iso/${VIRTIO_FILE} ]; then 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]}" echo -e "${idsCL[DarkGray]} [9] Current VirtIO drivers already downloaded to 'local' on this host${idsCL[Default]}"
@@ -276,6 +277,7 @@ MAIN_MENU() {
else else
echo -e " [${idsCL[LightYellow]}9${idsCL[Default]}] ${idsCL[White]}Download the current Win-VirtIO drivers to 'local' on this host${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}9${idsCL[Default]}] ${idsCL[White]}Download the current Win-VirtIO drivers to 'local' on this host${idsCL[Default]}"
fi fi
echo echo
echo -e " [${idsCL[LightYellow]}0${idsCL[Default]}] ${idsCL[White]}Detect CPU-Arch for Live Migrations${idsCL[Default]}" echo -e " [${idsCL[LightYellow]}0${idsCL[Default]}] ${idsCL[White]}Detect CPU-Arch for Live Migrations${idsCL[Default]}"
echo echo