Moved alpine package to community repository

This commit is contained in:
Danilo Bürger 2016-02-05 21:42:12 +01:00
parent 9451d6cf50
commit d5d6e0ee94
2 changed files with 4 additions and 4 deletions

View File

@ -73,9 +73,9 @@ your package manager):
### Alpine Linux Package ### ### Alpine Linux Package ###
On Alpine Linux, you can use the following command to install Tini (currently On Alpine Linux, you can use the following command to install Tini (currently
available as a `testing` package): available in `edge`):
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/community/ tini
### NixOS ### ### NixOS ###

View File

@ -73,9 +73,9 @@ your package manager):
### Alpine Linux Package ### ### Alpine Linux Package ###
On Alpine Linux, you can use the following command to install Tini (currently On Alpine Linux, you can use the following command to install Tini (currently
available as a `testing` package): available in `edge`):
apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/testing/ tini apk add --update --repository http://dl-1.alpinelinux.org/alpine/edge/community/ tini
### NixOS ### ### NixOS ###