Skip to content
Snippets Groups Projects
Commit 64c6f5b1 authored by Dan Povey's avatar Dan Povey
Browse files

ondra sandbox: Adding no-check-certificate to install_cffi.sh

git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/oplatek@2540 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 51fd9d45
Branches
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ function downloader { ...@@ -65,7 +65,7 @@ function downloader {
echo "You can also just download $file from $url" echo "You can also just download $file from $url"
exit 1; } exit 1; }
wget -T 10 -t 3 $url wget --no-check-certificate -T 10 -t 3 $url
if [ ! -e $file ]; then if [ ! -e $file ]; then
echo "Download of $file - failed!" echo "Download of $file - failed!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment