diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index e241688..1b70b9d 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -229,7 +229,7 @@ MAIN_MENU() { echo case $opt in - [Mm]) INSTALL_PROXMENUX;; + [Mm]) [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX || menu;; [Pp]) INSTALL_PULSE;; [Rr]) INSTALL_RMM;; [Ss]) INSTALL_SCREENCONNECT;;