Download ExifTool from elsewhere
This commit is contained in:
+2
-1
@@ -56,7 +56,8 @@ fetch() {
|
||||
version=$(curl -# https://exiftool.org/ver.txt)
|
||||
name=exiftool-$version.tar.gz remotename=Image-ExifTool-$version.tar.gz
|
||||
status Fetching "$remotename"
|
||||
[ -f "$name" ] || curl -#o "$name" "https://exiftool.org/$remotename"
|
||||
[ -f "$name" ] || curl -#Lo "$name" \
|
||||
"https://sourceforge.net/projects/exiftool/files/$remotename/download"
|
||||
ln -sf "$name" exiftool.tar.gz
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user