diff --git a/mystic/install-v1.sh b/mystic/install-v1.sh index 8927999..187e486 100644 --- a/mystic/install-v1.sh +++ b/mystic/install-v1.sh @@ -1,6 +1,8 @@ -msg_info "Starting ${APP} Installation !!!! Plz set Installation dir the same as bevor!!!" +echo -e "Plz set the install 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' +read -p "Press enter to continue" + +msg_info "Starting ${APP} Installation" 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