Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MD5 check failed for unar1.10.1.zip #332

Open
mvl22 opened this issue Aug 5, 2017 · 16 comments
Open

MD5 check failed for unar1.10.1.zip #332

mvl22 opened this issue Aug 5, 2017 · 16 comments

Comments

@mvl22
Copy link

mvl22 commented Aug 5, 2017

Installation fails with:

MD5 check failed for unar1.10.1.zip (wanted d548661e4b6c33512074df81e39ed874, got c6e76d2d2e7004ad58e801b3cca66894)

when doing:

curl -s https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh | bash

@mvl22
Copy link
Author

mvl22 commented Aug 5, 2017

Problem seems to be that the URL in the script, http://unarchiver.c3.cx/downloads/unar1.10.1.zip now redirects to https://theunarchiver.com/.

The download URL on the site, for the command-line version, now seems to be https://theunarchiver.com/downloads/unarMac.zip.

Having downloaded that, it seems to have an MD5 of 91796924b1b21ee586ed904b319bb447.

@hunthunthunt
Copy link

hunthunthunt commented Aug 9, 2017

If anyone is stuck waiting for the fix to be merged, replace:

  • https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh

with

  • https://raw.githubusercontent.com/mvl22/ievms/dac9ff77750e9c7990c64d641a83fa0c0b381b8b/ievms.sh

in the curl command

@joshgeller
Copy link

@hunthunthunt getting a 404 on that new link

@ramsaybell
Copy link

Having the MD5 check failure issue as well. @hunthunthunt I'm also getting a 404 here as well with curl on:

https://raw.githubusercontent.com/mvl22/ievms/dac9ff77750e9c7990c64d641a83fa0c0b381b8b/ievms.sh

@code-constructor
Copy link

@ramsaybell you can install unar with the help of homebrew brew install unar. After the installation it works on my machine with https://raw.githubusercontent.com/xdissent/ievms/master/ievms.sh.

@imperator99
Copy link

@code-constructor Your solution worked perfectly for me, thanks!

@Kovinis
Copy link

Kovinis commented Oct 19, 2017

@code-constructor wonderful! You saves my day after 30 minutes of errors.. :)

@annavester
Copy link

@code-constructor 👍 Thank you! It works perfectly now. Off to test all the things in IE11...

@ozee
Copy link

ozee commented Oct 30, 2017

Glad I found this thread after a minute of looking, thank you @code-constructor!

@alanclarke
Copy link

FYI still getting this issue after having run brew install unar

@alveshelio
Copy link

Same here :(

@periklis
Copy link

periklis commented Feb 9, 2018

the actual PR url is:
https://raw.githubusercontent.com/xdissent/ievms/dac9ff77750e9c7990c64d641a83fa0c0b381b8b/ievms.sh

@JMarqz
Copy link

JMarqz commented Mar 7, 2018

Even with brew install unar and the url of @periklis is not working for me :(

@ice1080
Copy link

ice1080 commented Aug 10, 2018

Was this ever resolved? I've tried all the urls here, as well as brew install unar...

@princiya
Copy link

@ice1080 You can follow the instructions from this comment #336 (comment). Hope this helps.

@mattbenton
Copy link

I wasn't able to use brew install unar on Mojave. I was able to use it by downloading ievms.sh and replacing the unar url with https://cdn.theunarchiver.com/downloads/unarMac.zip and the hash with 91796924b1b21ee586ed904b319bb447.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests