TannerReynolds/ShareX-Upload-Server

Need Newer ExifTool

112cxyz opened this issue · 5 comments

Exiftool isnt able to be downloaded edit the lines in the install.sh

to have this:
wget https://exiftool.org/Image-ExifTool-12.36.tar.gz
tar xvf Image-ExifTool-12.36.tar.gz
cd Image-ExifTool-12.36

Replacing the link and files names with this url works: https://exiftool.org/Image-ExifTool-12.39.tar.gz

The new install:

wget https://exiftool.org/Image-ExifTool-12.39.tar.gz
tar xvf Image-ExifTool-12.39.tar.gz
cd Image-ExifTool-12.39

Replacing the link and files names with this url works: https://exiftool.org/Image-ExifTool-12.39.tar.gz

The new install:

wget https://exiftool.org/Image-ExifTool-12.39.tar.gz
tar xvf Image-ExifTool-12.39.tar.gz
cd Image-ExifTool-12.39

please put this in the install

There are already several pull requests, @TannerReynolds just needs to merge one of them, or update it himself.

I created a pull request, it should fix the problem.

The issue is I also made a PR, this repo seems to be dead even though many people still use it. I might consider making a fork and maintaining it. Because here I am two years later and this is still a easy to fix issue.