add zip rar to the needed packages for mystic
This commit is contained in:
parent
6c69b7e6d7
commit
155fcd3891
@ -1,9 +1,9 @@
|
|||||||
echo -e "Plz set the install 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 -p "Press enter to continue"
|
#read -p "Press enter to continue"
|
||||||
|
|
||||||
msg_info "Starting ${APP} Installation"
|
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
|
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
|
||||||
mkdir -p $MSTEMPDIR/mystic-${MYSTIC_VER} &>/dev/null
|
mkdir -p $MSTEMPDIR/mystic-${MYSTIC_VER} &>/dev/null
|
||||||
|
Loading…
Reference in New Issue
Block a user