TheCase / IPMIView.app

MacOS App wrapper for Supermicro's IPMIView/iKVM java app
https://github.com/TheCase/IPMIView.app/wiki
203 stars 43 forks source link

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

Open biiiink opened 1 week ago

biiiink commented 1 week ago

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 commented 1 week ago

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.