This commit is contained in:
2026-01-01 20:46:30 -06:00
parent e396c3919b
commit 7771e5463a
3 changed files with 6 additions and 4 deletions

View File

@@ -66,6 +66,7 @@ MAIN_MENU() {
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]}3${idsCL[Default]}] ${idsCL[White]}Install ScreenConnect Agent${idsCL[Default]}"
echo
echo
echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] ${idsCL[White]}Quit${idsCL[Default]}"
@@ -76,8 +77,9 @@ MAIN_MENU() {
echo
case $opt in
[1]) INSTALL_ACRONIS;;
[2]) INSTALL_PROXMENUX;;
[1]) INSTALL_PROXMENUX;;
[2]) INSTALL_ACRONIS;;
[3]) INSTALL_SCREENCONNECT;;
[Qq])
EXIT1
exit 0;;