Add a -c to wget so that it continues interrupted downloads

This would've saved me an overnight download (slow connection here)

I tested it, and it worked for me.
This commit is contained in:
Shandy Brown 2015-11-06 20:01:57 -08:00
Родитель 0ec116e39c
Коммит 0f1e4e5ddd
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -12,7 +12,7 @@ cd $DIR
echo "Downloading..."
wget http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz
wget -c http://dl.caffe.berkeleyvision.org/caffe_ilsvrc12.tar.gz
echo "Unzipping..."