debug wget
This commit is contained in:
parent
2e569cd221
commit
5332c84781
@ -7,7 +7,8 @@ echo -e "${DGN}Install Mystic to: ${BGN}$MYSTIC_DIR${CL}"
|
||||
read -p "Press enter to continue"
|
||||
|
||||
msg_info "Starting ${APP} Installation"
|
||||
apt install -y python3 python2 libpython2.7 arj zip rar unrar dos2unix &>/dev/null
|
||||
#apt install -y python3 python2 libpython2.7 arj zip rar unrar dos2unix &>/dev/null
|
||||
apt install -y python3 python2 libpython2.7 arj zip rar unrar dos2unix
|
||||
#wget -N http://www.mysticbbs.com/${UPSTREAM}/mys${MYSTIC_VER}_${MYSTIC_ARCH}.${MYSTIC_EXT} -O $MSTEMPDIR/mys${MYSTIC_VER}_${MYSTIC_ARCH}.${MYSTIC_EXT} &>/dev/null
|
||||
wget -N http://www.mysticbbs.com/${UPSTREAM}/mys${MYSTIC_VER}_${MYSTIC_ARCH}.${MYSTIC_EXT} -O $MSTEMPDIR/mys${MYSTIC_VER}_${MYSTIC_ARCH}.${MYSTIC_EXT}
|
||||
rm -rf $MSTEMPDIR/mystic-${MYSTIC_VER} &>/dev/null
|
||||
|
Loading…
Reference in New Issue
Block a user