Merge pull request #6708 from Icinga/bugfix/docs-alpine-repos

Docs: Alpine needs 'edge/main' repository too
This commit is contained in:
Michael Friedrich 2018-10-19 12:30:34 +02:00 committed by GitHub
commit c1bcb66f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ zypper ref
Alpine Linux:
```
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
apk update
```