From 884952f9002ec24ca0f4d87807e1e8b00ffe5be2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 6 Mar 2026 19:56:35 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 5669cff..a68808e 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -51,8 +51,8 @@ INSTALL_PROXMENUX() { } PROXMENUX_POST_INSTALL() { - [ ! -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) + [ ! -f /usr/local/share/proxmenux/scripts/post_install/customizable_post_install.sh ] && INSTALL_PROXMENUX + /usr/local/share/proxmenux/scripts/post_install/customizable_post_install.sh [ ${action-x} ] && exit 0 || ENTER2CONTINUE touch /opt/.PROXMENUX_POST_INSTALL }