Skip to content

Instantly share code, notes, and snippets.

@danielbene
Created January 5, 2020 18:19
Show Gist options
  • Save danielbene/0334c91569f5199da35d64b0c0ee6dcb to your computer and use it in GitHub Desktop.
Save danielbene/0334c91569f5199da35d64b0c0ee6dcb to your computer and use it in GitHub Desktop.
Sublime-text install script for linux.
#!/bin/bash
wget -qO - https://download.sublimetext.com/sublimehq-pub.gpg | sudo apt-key add -
apt-get install apt-transport-https
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
apt-get update
apt-get install sublime-text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment