diff --git a/script.sh b/script.sh index 1a42ef4..5d6d0ad 100644 --- a/script.sh +++ b/script.sh @@ -5,4 +5,4 @@ tar -zxvf ~/Downloads/IPMIView*.tar.gz --strip=1 -C ./Resources/IPMIView/. cd Resources/IPMIView/Contents/Home/bin ln -s /usr/bin/java cd ../../../../../.. -cp -R IPMIView.app ~/Applications +rsync -arv --exclude=.git --exclude=Resources/IPMIView/jre IPMIView.app ~/Applications