Shut get-exiftool up
parent
0fbd076a52
commit
1634e0ebed
|
@ -5,14 +5,14 @@ exifver="12.49"
|
|||
rm -rf exiftool-bin
|
||||
mkdir -p exiftool-bin
|
||||
cd exiftool-bin
|
||||
wget "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-amd64-musl"
|
||||
wget "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-amd64-glibc"
|
||||
wget "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-aarch64-musl"
|
||||
wget "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-aarch64-glibc"
|
||||
wget -q "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-amd64-musl"
|
||||
wget -q "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-amd64-glibc"
|
||||
wget -q "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-aarch64-musl"
|
||||
wget -q "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-aarch64-glibc"
|
||||
chmod 755 *
|
||||
|
||||
wget "https://github.com/exiftool/exiftool/archive/refs/tags/$exifver.zip"
|
||||
unzip "$exifver.zip"
|
||||
wget -q "https://github.com/exiftool/exiftool/archive/refs/tags/$exifver.zip"
|
||||
unzip -qq "$exifver.zip"
|
||||
mv "exiftool-$exifver" exiftool
|
||||
rm -rf *.zip exiftool/t exiftool/html
|
||||
chmod 755 exiftool/exiftool
|
||||
|
|
Loading…
Reference in New Issue