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

Installation #572

Open
michele-fadda opened this issue Jul 22, 2017 · 1 comment
Open

Installation #572

michele-fadda opened this issue Jul 22, 2017 · 1 comment

Comments

@michele-fadda
Copy link

Tried to install panamax on Mac Sierra.
Result was:

Error: Calling Formula.sha1 is disabled!
Use Formula.sha256 instead.
<localuserpath>/Library/Caches/Homebrew/Formula/panamax.rb:7:in `<class:Panamax>'

NB: why on earth should a management software which try to use SHA1 ?

@jorgevazquez
Copy link

It is calling SHA1 from Brew. They do this to validate the integrity of the download. Unfortunately, Brew no longer supports SHA1 and their recommendation is to use SHA256. You could try downloading the installer, edit the file and remove the line that starts with "SHA1" (there are two). Then do 'brew install ~/panamax.rb'. When you do this, Brew will suggest a SHA256 hash that you can then insert in file if you so desire. However, even after you plug in the correct SHA256 values into the panamax.rb file, you will find that there are other errors that come up if you are running Sierra...

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

2 participants