From b416911664dd49c59808212df38acb6c49bb3b43 Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Thu, 17 Aug 2017 10:16:00 +0800 Subject: [PATCH] use wget to download --- deep_speech_2/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep_speech_2/setup.sh b/deep_speech_2/setup.sh index 7f427255..6c8a7099 100644 --- a/deep_speech_2/setup.sh +++ b/deep_speech_2/setup.sh @@ -13,7 +13,7 @@ fi python -c "import soundfile" if [ $? != 0 ]; then echo "Install package libsndfile into default system path." - curl -O "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz" + wget "http://www.mega-nerd.com/libsndfile/files/libsndfile-1.0.28.tar.gz" if [ $? != 0 ]; then echo "Download libsndfile-1.0.28.tar.gz failed !!!" exit 1 -- GitLab