Shut get-exiftool up

pull/162/head
Varun Patil 2022-10-29 15:54:51 -07:00
parent 0fbd076a52
commit 1634e0ebed
1 changed files with 6 additions and 6 deletions

View File

@ -5,14 +5,14 @@ exifver="12.49"
rm -rf exiftool-bin rm -rf exiftool-bin
mkdir -p exiftool-bin mkdir -p exiftool-bin
cd exiftool-bin cd exiftool-bin
wget "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-musl"
wget "https://github.com/pulsejet/exiftool-bin/releases/download/$exifver/exiftool-amd64-glibc" wget -q "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 -q "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-aarch64-glibc"
chmod 755 * chmod 755 *
wget "https://github.com/exiftool/exiftool/archive/refs/tags/$exifver.zip" wget -q "https://github.com/exiftool/exiftool/archive/refs/tags/$exifver.zip"
unzip "$exifver.zip" unzip -qq "$exifver.zip"
mv "exiftool-$exifver" exiftool mv "exiftool-$exifver" exiftool
rm -rf *.zip exiftool/t exiftool/html rm -rf *.zip exiftool/t exiftool/html
chmod 755 exiftool/exiftool chmod 755 exiftool/exiftool