Update proxmenu-scripts.sh

This commit is contained in:
2025-12-14 18:26:40 -06:00
parent b1edbf2e71
commit 9fa309d28c

View File

@@ -15,7 +15,7 @@ INSTALL_ACRONIS() {
echo
echo -e "\n${idsCL[Green]}Acronis has been installed${idsCL[Default]}"
[ ${1-x} ] && exit 0
[ ${action-x} ] && exit 0
ENTER2CONTINUE
esac
}
@@ -28,7 +28,7 @@ INSTALL_PROXMENUX() {
echo
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
echo -e "\n${idsCL[Green]}ProxMenux has been installed${idsCL[Default]}"
[ ${1-x} ] && exit 0
[ ${action-x} ] && exit 0
ENTER2CONTINUE
esac
}