Files
IPMIView.app/script.sh

9 lines
252 B
Bash
Raw Normal View History

2020-01-01 19:22:19 -06:00
#!/bin/sh
set -
2020-01-02 00:50:25 -06:00
mkdir -p Resources/IPMIView/Contents/Home/bin
2020-01-01 19:22:19 -06:00
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/.
2020-01-02 00:50:25 -06:00
cd Resources/IPMIView/Contents/Home/bin
2020-01-01 19:22:19 -06:00
ln -s /usr/bin/java
cd ../../../../../..
cp -R IPMIView.app ~/Applications