moved mystic install to install script

This commit is contained in:
Mario Fetka 2024-04-20 11:22:51 +02:00
parent 04c853871e
commit b0db795392

View File

@ -1,5 +1,6 @@
msg_info "Starting ${APP} Installation !!!! Plz set Installation dir the same as bevor to ${MYSTIC_DIR}!!!" msg_info "Starting ${APP} Installation !!!! Plz set Installation dir the same as bevor!!!"
read -n 1 -r -s -p $'Press enter to continue...\n' 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 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 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 rm -rf $MSTEMPDIR/mystic-${MYSTIC_VER} &>/dev/null