Created
October 21, 2012 16:27
-
-
Save suenot/3927453 to your computer and use it in GitHub Desktop.
Install Sublime Text 2 in Debian
This file contains 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
sudo echo "deb http://ppa.launchpad.net/webupd8team/sublime-text-2/ubuntu lucid main" >> /etc/apt/sources.list | |
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 | |
sudo apt-get update && sudo apt-get install sublime-text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment