Files
IPMIView.app/README.md

15 lines
370 B
Markdown
Raw Normal View History

2017-03-04 19:53:34 -07:00
**IPMIView (java) App wrapper for MacOS**
Download the latest IPMIView software from SuperMicro:
[ftp://ftp.supermicro.com/utility/IPMIView/Linux/]()
2018-07-01 12:46:48 -06:00
```
git clone https://github.com/TheCase/IPMIView.app
cd IPMIView.app
mkdir -p Resources/IPMIView
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/.
cd ..
cp -R IPMIView.app ~/Applications
```