You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
script.sh: line 60: md5sum: command not found
1c1
< d4df362e118419e233cbf11d6a643437
---
>
Checksum is not as expected; download may be corrupted.
Expected: [d4df362e118419e233cbf11d6a643437]
Actual: []
Exiting.```
The text was updated successfully, but these errors were encountered:
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.
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 thenbash 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:
The text was updated successfully, but these errors were encountered: