From b0db795392079ad3d9f9ce8645ac6cdf47f2b30a Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 20 Apr 2024 11:22:51 +0200 Subject: [PATCH] moved mystic install to install script --- mystic/install-v1.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mystic/install-v1.sh b/mystic/install-v1.sh index b8797e6..8927999 100644 --- a/mystic/install-v1.sh +++ b/mystic/install-v1.sh @@ -1,5 +1,6 @@ -msg_info "Starting ${APP} Installation !!!! Plz set Installation dir the same as bevor to ${MYSTIC_DIR}!!!" -read -n 1 -r -s -p $'Press enter to continue...\n' +msg_info "Starting ${APP} Installation !!!! Plz set Installation dir the same as bevor!!!" +echo -e "${DGN}Install Mystic to: ${BGN}$MYSTIC_DIR${CL}" +read -n 1 -r -s -p $'\nPress enter to continue...\n' apt install -y unrar-free python3 python2 libpython2.7 &>/dev/null wget -N http://www.mysticbbs.com/downloads/mys${MYSTIC_VER}_${MYSTIC_ARCH}.${MYSTIC_EXT} -O $MSTEMPDIR/mys${MYSTIC_VER}_${MYSTIC_ARCH}.${MYSTIC_EXT} &>/dev/null rm -rf $MSTEMPDIR/mystic-${MYSTIC_VER} &>/dev/null