Skip to content

Instantly share code, notes, and snippets.

@MN-dev
Forked from DamianZaremba/install_sublime_text.sh
Created December 7, 2016 20:45
Show Gist options
  • Save MN-dev/17f511b65f31496f0eecf9c5f9fff750 to your computer and use it in GitHub Desktop.
Save MN-dev/17f511b65f31496f0eecf9c5f9fff750 to your computer and use it in GitHub Desktop.
Install sublime text on linux
cd /usr/src/
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_i386.deb
dpkg -i sublime-text_build-3047_i386.deb
cd /usr/src/
http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb
dpkg -i sublime-text_build-3047_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment