moved mystic install to install script

This commit is contained in:
Mario Fetka 2024-04-20 11:25:50 +02:00
parent b0db795392
commit 6c69b7e6d7

View File

@ -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}" 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 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