欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

self service 脚本 安装 TheUnarchiver The Unarchiver 自己亲自做的 install_TheUnarchiver_zhong 有大用 有大大用

#!/bin/bash
#

/bin/mkdir -p "${HOME}/Desktop/downloadfromjamf"
cd  "${HOME}/Desktop/downloadfromjamf"

sudo rm -Rf "/Applications/The\ Unarchiver.app/"

/usr/bin/curl -o "./TheUnarchiver.dmg.zip"  http://aaaa.bbbb-admin.com/util/software/TheUnarchiver.dmg.zip  
unzip -o "./TheUnarchiver.dmg.zip"
hdiutil attach "./TheUnarchiver.dmg"
sudo /bin/cp -a "/Volumes/The\ Unarchiver/The\ Unarchiver.app" /Applications/
hdiutil detach "/Volumes/The\ Unarchiver/"  

(/usr/bin/osascript -e  'display dialog "成功安装TheUnarchiver解压软件,您可以删除桌面上的downloadfromjamf目录,如果打开TheUnarchiver出现错误,请重启电脑!" buttons {"OK"}   default button "OK"')

#把文件夹权限置为 777  ,让所有人可以删
sudo chmod -R 777 "${HOME}/Desktop/downloadfromjamf/"
#cd ../
#rm -Rf "${HOME}/Desktop/downloadfromjamf"
exit 0


普通分类: