Skip to content

Commit

Permalink
Merge pull request #57 from iambibhas/patch-1
Browse files Browse the repository at this point in the history
Added -c (continue flag) to wget
  • Loading branch information
jayrambhia committed Jan 16, 2016
2 parents 1901187 + a975918 commit ae6af35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ubuntu/opencv_install.sh
Expand Up @@ -30,7 +30,7 @@ source dependencies.sh
echo "--- Downloading OpenCV" $version
mkdir -p $dldir
cd $dldir
wget -O $downloadfile http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/$version/$downloadfile/download
wget -c -O $downloadfile http://sourceforge.net/projects/opencvlibrary/files/opencv-unix/$version/$downloadfile/download

echo "--- Installing OpenCV" $version
echo $downloadfile | grep ".zip"
Expand Down

0 comments on commit ae6af35

Please sign in to comment.