mirror of
https://github.com/TheCase/IPMIView.app.git
synced 2025-12-12 01:59:44 +01:00
Fix typo on Resources folder
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
set -
|
set -
|
||||||
mkdir -p Resource/IPMIView/Contents/Home/bin
|
mkdir -p Resources/IPMIView/Contents/Home/bin
|
||||||
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/.
|
tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/.
|
||||||
cd Resource/IPMIView/Contents/Home/bin
|
cd Resources/IPMIView/Contents/Home/bin
|
||||||
ln -s /usr/bin/java
|
ln -s /usr/bin/java
|
||||||
cd ../../../../../..
|
cd ../../../../../..
|
||||||
cp -R IPMIView.app ~/Applications
|
cp -R IPMIView.app ~/Applications
|
||||||
|
|||||||
Reference in New Issue
Block a user