Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd ~/apps
- #!/bin/sh
- # Install Atom directly without invitation
- # by @leaskh
- cd ~
- curl -L https://www.atom.io/api/updates/download -A "Atom/0.1 CFNetwork/1.5" > Atom.zip
- unzip Atom.zip
- mv Atom.app /Applications/
Advertisement
Add Comment
Please, Sign In to add comment