Skip to content

Commit

Permalink
Merge pull request cli#4998 from SubOptimal/patch-1
Browse files Browse the repository at this point in the history
Amend location of GPG key file
  • Loading branch information
Nate Smith authored Jan 25, 2022
2 parents e4f1a67 + 0ac546a commit 13b3c7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ our release schedule.
Install:

```bash
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo dd of=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/trusted.gpg.d/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | sudo tee /etc/apt/sources.list.d/github-cli.list > /dev/null
sudo apt update
sudo apt install gh
```
Expand Down

0 comments on commit 13b3c7c

Please sign in to comment.