xdissent / ievms

Automated installation of the Microsoft IE App Compat virtual machines
http://xdissent.github.com/ievms
9.86k stars 497 forks source link

MD5 check failed for unar1.10.1.zip #332

Open mvl22 opened 6 years ago

mvl22 commented 6 years ago

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 commented 6 years ago

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 commented 6 years ago

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

with

in the curl command

joshgeller commented 6 years ago

@hunthunthunt getting a 404 on that new link

ramsaybell commented 6 years ago

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 commented 6 years ago

@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 commented 6 years ago

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

Kovinis commented 6 years ago

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

annavester commented 6 years ago

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

ozee commented 6 years ago

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

alanclarke commented 6 years ago

FYI still getting this issue after having run brew install unar

alveshelio commented 6 years ago

Same here :(

periklis commented 6 years ago

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

JMarqz commented 6 years ago

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

ice1080 commented 5 years ago

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

princiya commented 5 years ago

@ice1080 You can follow the instructions from this comment https://github.com/xdissent/ievms/issues/336#issuecomment-359425408. Hope this helps.

mattbenton commented 5 years ago

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.