Skip to content

Instantly share code, notes, and snippets.

@acarril
Last active December 27, 2018 03:42
Show Gist options
  • Save acarril/ef9167b80eb727ae40a872b23b82ff4b to your computer and use it in GitHub Desktop.
Save acarril/ef9167b80eb727ae40a872b23b82ff4b to your computer and use it in GitHub Desktop.
# Curl
sudo apt -y install curl
# Atom
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 update
sudo apt -y install atom
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment