Skip to content

Commit

Permalink
docs: document how to get GPG key from RPM install
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrwe committed Feb 7, 2024
1 parent 60601e1 commit 6a1e154
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,11 @@ brew install git-age
#### DNF

```bash
dnf config-manager --nogpgcheck --add-repo https://code.icb4dc0.de/api/packages/prskr/rpm.repo
# Import the GPG key
curl https://api.github.com/users/prskr/gpg_keys | jq -r '.[] | select (.key_id=="1A80DDB584AF7DA7") | .raw_key' > /tmp/prskr.gpg
sudo rpm --import /tmp/prskr.gpg

dnf config-manager --add-repo https://code.icb4dc0.de/api/packages/prskr/rpm.repo

dnf install git-age
```
Expand Down

0 comments on commit 6a1e154

Please sign in to comment.