Update proxmenu-scripts.sh

This commit is contained in:
2025-12-14 18:22:34 -06:00
parent 6b15c6228c
commit 61fba2a90f

View File

@@ -40,16 +40,16 @@ MAIN_MENU() {
do
clear
echo
echo -e " ${idsCL[Green]}TA-Proxmenu - Proxmox Scripts${idsCL[Default]} ${idsCL[White]}(ver-${VERS})${idsCL[Default]}"
echo -e " ${idsCL[Green]}TA-Proxmenu - Proxmox Scripts${idsCL[Default]} ${idsCL[Default]}(ver-${VERS})"
echo -e "${idsCL[Green]}---------------------------------------------------------------------------${idsCL[Default]}"
echo -e "Hostname: ${idsCL[Cyan]}$(hostname -s)${idsCL[Default]}"
echo
echo -e "---------------------------------------------------------------------------"
echo
echo -e " [${idsCL[Yellow]}1${idsCL[Default]}] Install ProxMenux"
echo -e " [${idsCL[Yellow]}2${idsCL[Default]}] Install Acronis CyberProtect Backup Agent"
echo -e " [${idsCL[Yellow]}1${idsCL[Default]}] ${idsCL[White]}Install ProxMenux${idsCL[Default]}"
echo -e " [${idsCL[Yellow]}2${idsCL[Default]}] ${idsCL[White]}Install Acronis CyberProtect Backup Agent${idsCL[Default]}"
echo
echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit"
echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] ${idsCL[White]}Quit${idsCL[Default]}"
echo
echo
echo -e -n "${idsCL[Yellow]}Please select an [ActionItem] from above:${idsCL[Default]} "