Update proxmenu-scripts.sh

This commit is contained in:
2026-03-05 21:05:53 -06:00
parent aee747c5f1
commit 44645de7d0

View File

@@ -43,7 +43,8 @@ INSTALL_PROXMENUX() {
[Nn]) MAIN_MENU;; [Nn]) MAIN_MENU;;
* ) * )
echo echo
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.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 systemctl disable --now proxmenux-monitor
echo -e "\n${idsCL[Green]}ProxMenux has been installed${idsCL[Default]}" echo -e "\n${idsCL[Green]}ProxMenux has been installed${idsCL[Default]}"
[ ${action-x} ] && exit 0 || ENTER2CONTINUE [ ${action-x} ] && exit 0 || ENTER2CONTINUE