add zip rar to the needed packages for mystic

This commit is contained in:
Mario Fetka 2024-04-20 11:31:44 +02:00
parent 6c69b7e6d7
commit 155fcd3891

View File

@ -1,9 +1,9 @@
echo -e "Plz set the install dir the same as bevor"
echo -e "${DGN}Install Mystic to: ${BGN}$MYSTIC_DIR${CL}"
read -p "Press enter to continue"
#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 zip rar &>/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
mkdir -p $MSTEMPDIR/mystic-${MYSTIC_VER} &>/dev/null