From b40454b7cfdd1099a69f95fd2711f0ad11b5d36d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 28 Feb 2026 17:17:02 -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 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;;