Skip to content

Commit

Permalink
adjust obs gpg download link
Browse files Browse the repository at this point in the history
the current url points to the download page, but not the actual key.
  • Loading branch information
sni committed Jul 12, 2023
1 parent 2c347c6 commit 2b2d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ This list is not synchronized with the build server, so there might be more repo
##### Install GPG key
First you import the GPG key.
```
curl -s -o /etc/apt/trusted.gpg.d/naemon.asc "https://build.opensuse.org/projects/home:naemon/public_key"
curl -s -o /etc/apt/trusted.gpg.d/naemon.asc "https://build.opensuse.org/projects/home:naemon/signing_keys/download?kind=gpg"
```

Expand Down

0 comments on commit 2b2d3c2

Please sign in to comment.