Update proxmenu-scripts.sh

This commit is contained in:
2026-03-06 19:56:35 -06:00
parent 7b8cabd4d7
commit 884952f900

View File

@@ -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
}