Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Update Debian/Ubuntu section of installing-atom.d #711

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/getting-started/sections/installing-atom.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To install Atom on Debian, Ubuntu, or related distributions, add our official
package repository to your system by running the following commands:

``` command-line
$ wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
$ wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/atom-archive-keyring.gpg
$ sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
ThamesDev marked this conversation as resolved.
Show resolved Hide resolved
$ sudo apt-get update
```
Expand Down