From 043bdbedb9963368eadbf86769b12fc6d8c86b60 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Fri, 6 Sep 2024 08:36:04 -0400 Subject: [PATCH] Remove note explaining 2 year old GPG ID change Relates #9569 Having been 2 years since the GitHub CLI changed GPG keys used to sign our releases, it no longer seems relevant to keep these notes in our installation docs as they are confusing to the uninitiated. --- docs/install_linux.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/install_linux.md b/docs/install_linux.md index 15619fe96..e5b263fac 100644 --- a/docs/install_linux.md +++ b/docs/install_linux.md @@ -23,9 +23,6 @@ Install: && 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 @@ -65,9 +62,6 @@ sudo yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.re sudo yum install gh ``` -> **Note** -> We were recently forced to change our GPG signing key. If you've added the repository previously and now you're getting a GPG signing key error, disable the repository first with `sudo yum-config-manager --disable gh-cli` and add it again with `sudo yum-config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo`. - Upgrade: ```bash