Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- THIS
- AINT
- GON
- WORK
- #!/bin/bash
- ls
- cd ~/Desktop
- curl https://dl.google.com/chrome/mac/stable/GGRO/googlechrome.dmg -o chrome.dmg
- hdiutil attach chrome.dmg
- cp "/Volumes/Google Chrome/Google Chrome.app" "~/Desktop/chrome.app"
- hdiutil detach chrome.dmg
- rm chrome.dmg
- open -a chrome.app --args --make-default-browser --disable-instant-extended-api --install-from-webstore="chrome-rdp/cbkkbcmdlboombapidmoeolnmdacpkch"
- osascript 'tell application "System Preferences"
- activate
- set the current pane to pane id "com.apple.preference.mouse"
- end tell'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement