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