From cff0121170e3c9d885f1a33e43f023c2d183dad9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 28 Feb 2026 21:41:29 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;;