update script for versioning
This commit is contained in:
parent
ebc4eb53e9
commit
8eb5e7499d
12
install.sh
12
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"
|
msg_info "Installing ${APP} Systemd Start/Stop Scripts and Service File"
|
||||||
pushd /usr/local/src/mystic/mystic/mis &>/dev/null
|
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
|
popd &>/dev/null
|
||||||
msg_ok "Installing ${APP} Systemd Start/Stop Scripts and Service File"
|
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"
|
msg_info "Installing Multi Relay Chat Systemd Start/Stop Scripts and Service File"
|
||||||
pushd /usr/local/src/mystic/mystic/mrc &>/dev/null
|
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
|
popd &>/dev/null
|
||||||
msg_ok "Installing Multi Relay Chat Systemd Start/Stop Scripts and Service File"
|
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"
|
msg_info "Installing DbP Cron/banip/unbanip Scripts"
|
||||||
pushd /usr/local/src/mystic/mystic/dbp &>/dev/null
|
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
|
popd &>/dev/null
|
||||||
msg_ok "Installing DbP Cron/banip/unbanip Scripts"
|
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}"
|
msg_info "Installing Fail2Ban Scripts for ${APP}"
|
||||||
pushd /usr/local/src/mystic/mystic/fail2ban &>/dev/null
|
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
|
popd &>/dev/null
|
||||||
msg_ok "Installing Fail2Ban Scripts for ${APP}"
|
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}"
|
#msg_info "Installing Fail2Ban Scripts for ${APP}"
|
||||||
#pushd /usr/local/src/mystic/mystic/ipban &>/dev/null
|
#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
|
#popd &>/dev/null
|
||||||
#msg_ok "Installing Fail2Ban Scripts for ${APP}"
|
#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"
|
#msg_info "Installing DbP Cron/banip/unbanip Scripts"
|
||||||
#pushd /usr/local/src/mystic/mystic/dbp &>/dev/null
|
#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
|
#popd &>/dev/null
|
||||||
#msg_ok "Installing DbP Cron/banip/unbanip Scripts"
|
#msg_ok "Installing DbP Cron/banip/unbanip Scripts"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user