Skip to content

Commit

Permalink
Added no certificate needed to freedoom download.
Browse files Browse the repository at this point in the history
Former-commit-id: 7b9688f
  • Loading branch information
apilaskowski committed Dec 19, 2016
1 parent 3ddffb6 commit 718feb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download_freedoom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ ! -e "${FREEDOOM_DESTINATION_PATH}/freedoom2.wad" ]
then
if [ ! -e "${FREEDOOM_DOWNLOAD_PATH}/freedoom-0.10.1.zip" ]
then
wget ${FREEDOOM_LINK} -P ${FREEDOOM_DOWNLOAD_PATH}
wget --no-check-certificate ${FREEDOOM_LINK} -P ${FREEDOOM_DOWNLOAD_PATH}
fi
unzip -j -d ${FREEDOOM_DESTINATION_PATH} ${FREEDOOM_DOWNLOAD_PATH}/freedoom-0.10.1.zip freedoom-0.10.1/freedoom2.wad
fi
Expand Down

0 comments on commit 718feb4

Please sign in to comment.