From c205c1623971c1696e2294a7b818fb3b3306060c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 5 Mar 2026 21:09:14 -0600 Subject: [PATCH] Update proxmenu-scripts.sh --- proxmenu-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 8f74551..91d1274 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -43,7 +43,8 @@ INSTALL_PROXMENUX() { [Nn]) MAIN_MENU;; * ) echo - bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh)" + bash <(curl -sL https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh) + # bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh)" # 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]}"