[SKIP CI] packaging: Correct RPM documentation

Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
Sam Therapy 2023-06-09 01:07:02 +02:00
parent ba93384f9b
commit aef8a73a28
Signed by: sam
GPG Key ID: 4D8B07C18F31ACBD
1 changed files with 9 additions and 4 deletions

View File

@ -39,10 +39,15 @@ Grab a prebuilt binary from the
```
- Fedora (any .rpm consuming distro should work):
```sh
dnf config-manager --add-repo https://git.froth.zone/api/packages/sam/rpm/sam.repo
dnf install awl-dns
```
```sh
echo '[git-froth-zone-sam]
name=sam - Froth Git
baseurl=https://git.froth.zone/api/packages/sam/rpm
enabled=1
gpgcheck=0
gpgkey=https://git.froth.zone/api/packages/sam/rpm/repository.key' | sudo tee /etc/yum.repos.d/git-froth-zone-sam.repo
sudo yum install awl-dns
```
- Alpine (any .apk consuming distro should work):
```sh