TannerReynolds / ShareX-Upload-Server

AKA ShareS - Feature full & Stable ShareX and file server in node. Includes images, videos, code, text, markdown rendering, password protected uploads, logging via discord, administration through Discord, url shortening, and a full front end. Use standalone or via reverse proxy
GNU General Public License v3.0
394 stars 113 forks source link

Need Newer ExifTool #104

Open 112cxyz opened 2 years ago

112cxyz commented 2 years ago

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

TheBozzz34 commented 2 years ago

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
CatusKinng commented 2 years ago

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

TheBozzz34 commented 2 years ago

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

TheBozzz34 commented 2 years ago

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

112cxyz commented 1 year ago

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.