MD5 check failed for unar1.10.1.zip
mvl22 opened this issue ยท 16 comments
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
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
.
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
@hunthunthunt getting a 404 on that new 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
@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
.
@code-constructor Your solution worked perfectly for me, thanks!
@code-constructor wonderful! You saves my day after 30 minutes of errors.. :)
@code-constructor ๐ Thank you! It works perfectly now. Off to test all the things in IE11...
Glad I found this thread after a minute of looking, thank you @code-constructor!
FYI still getting this issue after having run brew install unar
Same here :(
the actual PR url is:
https://raw.githubusercontent.com/xdissent/ievms/dac9ff77750e9c7990c64d641a83fa0c0b381b8b/ievms.sh
Was this ever resolved? I've tried all the urls here, as well as brew install unar...
@ice1080 You can follow the instructions from this comment #336 (comment). Hope this helps.
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
.