jridgewell / Unlock

Unlock multiple Core Storage encrypted volumes at boot.
MIT License
198 stars 34 forks source link

Add flag to curl invocation to follow redirects #13

Closed danielpunkass closed 10 years ago

danielpunkass commented 10 years ago

Because GitHub has evidently changed the location of the referenced files and is redirecting to them with a 301 Moved Permanently, the command lines as-is will not work today. Adding the -L flag to follow redirects seems to do the trick, though you may want to consider also replacing the URLs with their new canonical values.

Thanks for the great tool!

jridgewell commented 10 years ago

As long as the redirects are still present, I think this is good enough. Thanks!