diff --git a/docs/install_linux.md b/docs/install_linux.md index bc635ac96..5e4d31925 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -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