mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6708 from Icinga/bugfix/docs-alpine-repos
Docs: Alpine needs 'edge/main' repository too
This commit is contained in:
commit
c1bcb66f2b
|
@ -102,6 +102,7 @@ zypper ref
|
||||||
Alpine Linux:
|
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
|
echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||||
apk update
|
apk update
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue