Created
December 31, 2017 12:33
-
-
Save shengyou/334f00d749514923c6f3f2a44981b95f 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 -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 install atom |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment