Skip to content

Instantly share code, notes, and snippets.

@InnovativeInventor
Last active May 19, 2018 19:22
Show Gist options
  • Save InnovativeInventor/5c3e419e8c20325e3144e59041bf8313 to your computer and use it in GitHub Desktop.
Save InnovativeInventor/5c3e419e8c20325e3144e59041bf8313 to your computer and use it in GitHub Desktop.
sudo apt-get install -y curl
curl -L https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
sudo apt-get install atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment