Guest User

Install Atom directly without invitation

a guest
Mar 2nd, 2014
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.21 KB | None | 0 0
  1. cd ~/apps
  2. #!/bin/sh
  3. # Install Atom directly without invitation 
  4. # by @leaskh
  5. cd ~
  6. curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip
  7. unzip Atom.zip
  8. mv Atom.app /Applications/
Advertisement
Add Comment
Please, Sign In to add comment