Skip to content

Instantly share code, notes, and snippets.

@tuttelikz
Created May 2, 2018 03:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tuttelikz/789065a992ace3e2839c01c731ebb01f to your computer and use it in GitHub Desktop.
Save tuttelikz/789065a992ace3e2839c01c731ebb01f to your computer and use it in GitHub Desktop.
Commands to update sublime
Install the GPG key:
*********************************************************************
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
*********************************************************************
Ensure apt is set up to work with https sources:
*********************************************************************
sudo apt-get install apt-transport-https
*********************************************************************
Select the Stable channel to use:
*********************************************************************
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
*********************************************************************
Update apt sources and install Sublime Text
*********************************************************************
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