diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index f7a4b87..8f74551 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -277,7 +277,8 @@ MAIN_MENU() { read -n 1 opt echo case $opt in - [1]) [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX || /usr/local/bin/menu;; + # [1]) [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX || /usr/local/bin/menu;; + [1]) INSTALL_PROXMENUX;; [2]) INSTALL_PULSE;; [3]) INSTALL_RMM;; [4]) INSTALL_SCREENCONNECT;;