Advertisement
oxguy3

auto setup school computer

Dec 9th, 2013
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. THIS
  2. AINT
  3. GON
  4. WORK
  5.  
  6.  
  7. #!/bin/bash
  8. ls
  9. cd ~/Desktop
  10. curl https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg -o chrome.dmg
  11. hdiutil attach chrome.dmg
  12. cp "/Volumes/Google Chrome/Google Chrome.app" "~/Desktop/chrome.app"
  13. hdiutil detach chrome.dmg
  14. rm chrome.dmg
  15. open -a chrome.app --args --make-default-browser --disable-instant-extended-api --install-from-webstore="chrome-rdp/cbkkbcmdlboombapidmoeolnmdacpkch"
  16. osascript 'tell application "System Preferences"
  17. activate
  18. set the current pane to pane id "com.apple.preference.mouse"
  19. end tell'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement