diff --git a/install.sh b/install.sh index f07a029..d55994a 100644 --- a/install.sh +++ b/install.sh @@ -254,7 +254,7 @@ msg_ok "Downloading ${APP} Systemd Start/Stop Scripts and Service File" msg_info "Installing ${APP} Systemd Start/Stop Scripts and Service File" pushd /usr/local/src/mystic/mystic/mis &>/dev/null -bash install.sh $MYSTIC_DIR &>/dev/null +bash install-v0.sh $MYSTIC_DIR &>/dev/null popd &>/dev/null msg_ok "Installing ${APP} Systemd Start/Stop Scripts and Service File" @@ -320,7 +320,7 @@ msg_ok "Setting up Multi Relay Chat for ${APP}" msg_info "Installing Multi Relay Chat Systemd Start/Stop Scripts and Service File" pushd /usr/local/src/mystic/mystic/mrc &>/dev/null -bash install.sh $MYSTIC_DIR &>/dev/null +bash install-v0.sh $MYSTIC_DIR &>/dev/null popd &>/dev/null msg_ok "Installing Multi Relay Chat Systemd Start/Stop Scripts and Service File" @@ -389,7 +389,7 @@ msg_ok "Installing bbs.disconnected-by-peer.at Scripts Dependencies for ${APP}" msg_info "Installing DbP Cron/banip/unbanip Scripts" pushd /usr/local/src/mystic/mystic/dbp &>/dev/null -bash install.sh $MYSTIC_DIR &>/dev/null +bash install-v0.sh $MYSTIC_DIR &>/dev/null popd &>/dev/null msg_ok "Installing DbP Cron/banip/unbanip Scripts" @@ -410,7 +410,7 @@ msg_ok "Installing Fail2Ban Dependencies for ${APP}" msg_info "Installing Fail2Ban Scripts for ${APP}" pushd /usr/local/src/mystic/mystic/fail2ban &>/dev/null -bash install.sh $MYSTIC_DIR &>/dev/null +bash install-v0.sh $MYSTIC_DIR &>/dev/null popd &>/dev/null msg_ok "Installing Fail2Ban Scripts for ${APP}" @@ -442,7 +442,7 @@ msg_ok "Installing IpBan Dependencies for ${APP}" #msg_info "Installing Fail2Ban Scripts for ${APP}" #pushd /usr/local/src/mystic/mystic/ipban &>/dev/null -#bash install.sh $MYSTIC_DIR &>/dev/null +#bash install-v0.sh $MYSTIC_DIR &>/dev/null #popd &>/dev/null #msg_ok "Installing Fail2Ban Scripts for ${APP}" @@ -470,7 +470,7 @@ msg_ok "Installing DosEmu2 Dependencies for ${APP}" #msg_info "Installing DbP Cron/banip/unbanip Scripts" #pushd /usr/local/src/mystic/mystic/dbp &>/dev/null -#bash install.sh $MYSTIC_DIR &>/dev/null +#bash install-v0.sh $MYSTIC_DIR &>/dev/null #popd &>/dev/null #msg_ok "Installing DbP Cron/banip/unbanip Scripts"