Update proxmenu-scripts.sh
This commit is contained in:
@@ -38,19 +38,20 @@ INSTALL_ACRONIS() {
|
|||||||
|
|
||||||
|
|
||||||
INSTALL_PROXMENUX() {
|
INSTALL_PROXMENUX() {
|
||||||
read -n 1 -p "Are you sure you wish to install ProxMenux (Y/n)?" choice
|
# read -n 1 -p "Are you sure you wish to install ProxMenux (Y/n)?" choice
|
||||||
case "$choice" in
|
# case "$choice" in
|
||||||
[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/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
|
||||||
esac
|
# esac
|
||||||
}
|
}
|
||||||
|
|
||||||
PROXMENUX_POST_INSTALL() {
|
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)
|
bash <(curl -sL https://raw.githubusercontent.com/MacRimi/ProxMenux/refs/heads/main/scripts/post_install/customizable_post_install.sh)
|
||||||
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
[ ${action-x} ] && exit 0 || ENTER2CONTINUE
|
||||||
touch /opt/.PROXMENUX_POST_INSTALL
|
touch /opt/.PROXMENUX_POST_INSTALL
|
||||||
|
|||||||
Reference in New Issue
Block a user