Last active
December 27, 2018 03:42
-
-
Save acarril/ef9167b80eb727ae40a872b23b82ff4b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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