Merge pull request #5406 from gto406/patch-1

Update DNF installation instructions to ensure config-manager plugin is installed
This commit is contained in:
Mislav Marohnić 2022-04-06 14:42:42 +02:00 committed by GitHub
commit ee3c4aefcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ sudo apt install gh
Install from our package repository for immediate access to latest releases:
```bash
sudo dnf install 'dnf-command(config-manager)'
sudo dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
sudo dnf install gh
```