mirror of
https://github.com/TheCase/IPMIView.app.git
synced 2025-12-10 17:19:42 +01:00
9 lines
250 B
Bash
9 lines
250 B
Bash
#!/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
|