Fix typo on Resources folder

This commit is contained in:
Loo Zheng Yuan
2020-01-02 14:33:28 +08:00
committed by GitHub
parent e14e763698
commit 9f7798b8a2

View File

@@ -1,8 +1,8 @@
#!/bin/sh
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/.
cd Resource/IPMIView/Contents/Home/bin
cd Resources/IPMIView/Contents/Home/bin
ln -s /usr/bin/java
cd ../../../../../..
cp -R IPMIView.app ~/Applications