diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 6f4f5f4..627a916 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -254,7 +254,7 @@ if [ ${action-x} ]; then omsa) INSTALL_OMSA;; glances) INSTALL_GLANCES;; acronis) INSTALL_ACRONIS;; - proxmenux) INSTALL_PROXMENUX;; + proxmenux) [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX || /usr/local/bin/menu;; screenconnect) INSTALL_SCREENCONNECT;; cpu) DETECT_CPU;; *) MAIN_MENU;;