diff --git a/step-ca/installation.mdx b/step-ca/installation.mdx index 6b370715..12831005 100644 --- a/step-ca/installation.mdx +++ b/step-ca/installation.mdx @@ -139,14 +139,10 @@ To configure `step-ca` as a daemon, see our [systemd configuration guide][system To uninstall, run `dnf remove step-cli step-ca`, then remove the configuration directory `$HOME/.step`. - #### Alpine Linux There are community-maintained Alpine Linux Packages for `step` and `step-ca`. -**These packages are in a testing repository.** -To use the testing repository, append http://dl-cdn.alpinelinux.org/alpine/edge/testing to /etc/apk/repositories, or see Linux (other). - To install `step` with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management), run: ``` @@ -154,8 +150,8 @@ apk add step-cli step-certificates ``` The binary tarballs can be found here: -- [`step-cli`](https://pkgs.alpinelinux.org/package/edge/community/x86/step-cli) -- [`step-certificates`](https://pkgs.alpinelinux.org/package/edge/testing/x86/step-certificates) +- [`step-cli`](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) +- [`step-certificates`](https://pkgs.alpinelinux.org/packages?name=step-certificates&branch=edge&repo=&arch=&maintainer=) To uninstall, run `apk del step-cli step-certificates`, then remove the configuration directory `$HOME/.step` . diff --git a/step-cli/installation.mdx b/step-cli/installation.mdx index b76bc274..8857085b 100644 --- a/step-cli/installation.mdx +++ b/step-cli/installation.mdx @@ -88,17 +88,7 @@ To uninstall, run `sudo dnf remove step-cli` and remove the `$HOME/.step` config #### Alpine Linux - - - This package is in a community repository. - -
- To install it, you'll need to append http://dl-cdn.alpinelinux.org/alpine/edge/community to /etc/apk/repositories. - Alternatively, see Linux Binaries. -
-
- -There is a community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/package/edge/community/x86/step-cli) Alpine Linux Package. +There is a community-maintained [`step-cli` package](https://pkgs.alpinelinux.org/packages?name=step-cli&branch=edge&repo=&arch=&maintainer=) for Alpine Linux. Use [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management) to install `step`: