From 7b8cabd4d700854124bfe564cec003262dc35ff1 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Mar 2026 19:46:37 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 1013eb0..5669cff 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -38,22 +38,23 @@ INSTALL_ACRONIS() { INSTALL_PROXMENUX() { - read -n 1 -p "Are you sure you wish to install ProxMenux (Y/n)?" choice - case "$choice" in - [Nn]) MAIN_MENU;; - * ) - echo - bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)" +# read -n 1 -p "Are you sure you wish to install ProxMenux (Y/n)?" choice +# case "$choice" in +# [Nn]) MAIN_MENU;; +# * ) +# echo + bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)" systemctl disable --now proxmenux-monitor - echo -e "\n${idsCL[Green]}ProxMenux has been installed${idsCL[Default]}" - [ ${action-x} ] && exit 0 || ENTER2CONTINUE - esac +# echo -e "\n${idsCL[Green]}ProxMenux has been installed${idsCL[Default]}" +# [ ${action-x} ] && exit 0 || ENTER2CONTINUE +# esac } PROXMENUX_POST_INSTALL() { - bash <(curl -sL https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh) + [ ! -f /usr/local/bin/menu ] && INSTALL_PROXMENUX + bash <(curl -sL https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh) [ ${action-x} ] && exit 0 || ENTER2CONTINUE - touch /opt/.PROXMENUX_POST_INSTALL + touch /opt/.PROXMENUX_POST_INSTALL } INSTALL_GLANCES() {