We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b910b commit 117c47aCopy full SHA for 117c47a
scripts/010-tiff-3.9.4.sh
@@ -2,7 +2,10 @@
2
# tiff-3.9.4.sh by Jon Limle <[email protected]>
3
4
## Download the source code.
5
-wget --continue ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz
+wget --tries 5 --timeout 15 --continue \
6
+ ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.9.4.tar.gz \
7
+|| wget --continue \
8
+ https://github.com/downloads/ps3dev/ps3libraries/tiff-3.9.4.tar.gz
9
10
## Unpack the source code.
11
rm -Rf tiff-3.9.4 && tar xfvz ./tiff-3.9.4.tar.gz && cd tiff-3.9.4
0 commit comments