Update proxmenu-scripts.sh

This commit is contained in:
2026-03-05 22:37:39 -06:00
parent fbd45ef9b5
commit 480a8f99e1

View File

@@ -52,6 +52,7 @@ INSTALL_PROXMENUX() {
PROXMENUX_POST_INSTALL() { PROXMENUX_POST_INSTALL() {
bash <(curl -sL 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)
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
touch /opt/.PROXMENUX_POST_INSTALL touch /opt/.PROXMENUX_POST_INSTALL
} }