Last active
April 21, 2016 14:55
-
-
Save calebsullivan/e3c1b6ca1267410e416fa9f85be9ede1 to your computer and use it in GitHub Desktop.
Revisions
-
Caleb Sullivan renamed this gist
Apr 21, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
Caleb Sullivan revised this gist
Apr 21, 2016 . 1 changed file with 3 additions and 4 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,5 @@ #!/bin/bash add-apt-repository ppa:webupd8team/sublime-text-2 apt-get update apt-get install sublime-text -
Caleb Sullivan created this gist
Apr 13, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ #!/bin/bash sudo su - root add-apt-repository ppa:webupd8team/sublime-text-2 apt-get update apt-get install sublime-text