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

script.sh: line 60: md5sum: command not found #32

Open
biiiink opened this issue Oct 21, 2024 · 1 comment
Open

script.sh: line 60: md5sum: command not found #32

biiiink opened this issue Oct 21, 2024 · 1 comment

Comments

@biiiink
Copy link

biiiink commented Oct 21, 2024

When I run git clone https://github.com/TheCase/IPMIView.app the app does not appear in the "/Applications" folder. Instead it ends up in "/Users/Username"

I then move the app to "/Applications" and run cd /Applications/IPMIView.app and then bash script.sh

Once the script has completed downloading https://www.supermicro.com/Bios/sw_download/588/IPMIView_2.21.1_build.230720_bundleJRE_Linux_x64.tar.gz
I get the error:

script.sh: line 60: md5sum: command not found
1c1
< d4df362e118419e233cbf11d6a643437
---
> 
Checksum is not as expected; download may be corrupted.
Expected: [d4df362e118419e233cbf11d6a643437]
Actual:   []
Exiting.```
@TheCase
Copy link
Owner

TheCase commented Oct 22, 2024

My bad. I forgot that md5sum is not a default install for Macs. I'll work on a fix so the script runs with the native md5 command. In the meantime, you can install your own md5sum with Homebrew:

brew install md5sha1sum

Also, a successful script run will move the necessary files to your Applications directory. No need to move the code base prior to running the script.

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