Last active
April 21, 2016 14:55
-
-
Save calebsullivan/e3c1b6ca1267410e416fa9f85be9ede1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| add-apt-repository ppa:webupd8team/sublime-text-2 | |
| apt-get update | |
| apt-get install sublime-text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment