fix for java issues

This commit is contained in:
bryan
2020-01-01 19:22:19 -06:00
parent 32488ddd28
commit e14e763698
2 changed files with 37 additions and 5 deletions

8
script.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -
mkdir -p Resource/IPMIView/Contents/Home/bin
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/.
cd Resource/IPMIView/Contents/Home/bin
ln -s /usr/bin/java
cd ../../../../../..
cp -R IPMIView.app ~/Applications