Created
September 4, 2018 14:11
-
-
Save mass6/1bdf4fa21ffa5726419f88f0c8d47149 to your computer and use it in GitHub Desktop.
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
# add Sublime Text 3 stable to your sources | |
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add - | |
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list | |
#update sources | |
sudo apt update -y && sudo apt dist-upgrade -y | |
#install | |
sudo apt install sublime-text | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment