Restore Debian installation instructions
This commit is contained in:
parent
0968ac6225
commit
23933fd527
1 changed files with 3 additions and 2 deletions
|
|
@ -11,8 +11,6 @@ our release schedule.
|
|||
|
||||
### Debian, Ubuntu Linux, Raspberry Pi OS (apt)
|
||||
|
||||
:warning: :warning: :warning: :warning: This method is currently broken: https://github.com/cli/cli/issues/6175. Consumers of the .deb release are advised to either install the version of `gh` supplied by the official Debian/Ubuntu repositories or download the appropraite binary from https://github.com/cli/cli/releases/latest . :warning: :warning: :warning: :warning:
|
||||
|
||||
Install:
|
||||
|
||||
```bash
|
||||
|
|
@ -23,6 +21,9 @@ curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | sudo
|
|||
&& sudo apt install gh -y
|
||||
```
|
||||
|
||||
> **Note**
|
||||
> We were recently forced to change our GPG signing key. If you've previously downloaded the `githubcli-archive-keyring.gpg` file, you should re-download it again per above instructions. If you are using a keyserver to download the key, the ID of the new key is `23F3D4EA75716059`.
|
||||
|
||||
Upgrade:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue