diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 58b72e5..384373d 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -84,8 +84,9 @@ MAIN_MENU() { echo -e "---------------------------------------------------------------------------" echo 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 -e " [${idsCL[Yellow]}2${idsCL[Default]}] ${idsCL[White]}Install RMM Agent${idsCL[Default]}" echo -e " [${idsCL[Yellow]}3${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}" + echo -e " [${idsCL[Yellow]}4${idsCL[Default]}] ${idsCL[White]}Install Acronis CyberProtect Backup Agent${idsCL[Default]}" echo echo echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] ${idsCL[White]}Quit${idsCL[Default]}" @@ -97,8 +98,9 @@ MAIN_MENU() { case $opt in [1]) INSTALL_PROXMENUX;; - [2]) INSTALL_ACRONIS;; + [2]) INSTALL_RMM;; [3]) INSTALL_SCREENCONNECT;; + [4]) INSTALL_ACRONIS;; [Qq]) EXIT1 exit 0;;