diff --git a/proxmenu-scripts.sh b/proxmenu-scripts.sh index 910e2ba..689815c 100755 --- a/proxmenu-scripts.sh +++ b/proxmenu-scripts.sh @@ -52,6 +52,7 @@ INSTALL_PROXMENUX() { PROXMENUX_POST_INSTALL() { 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 }