From 135bcd5a89123828ac4f0b0d66cacbe2a11c3f03 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Mon, 12 Aug 2024 12:53:29 -0400 Subject: [PATCH] README: update to use forge repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31d9454..7c7efa3 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ Affixed to each repository description is the appropriate link for use in #### Backports ``` -https://ayakael.net/pkgs/apk/media/branch/edge/backports +https://ayakael.net/api/packages/forge/alpine/edge/backports ``` Aports from the official Alpine repositories backported from edge. #### User ``` -https://ayakael.net/pkgs/apk/media/branch/edge/user +https://ayakael.net/api/packages/forge/alpine/edge/user ``` Aports that have yet to be (or may never be) upstreamed to the official @@ -37,7 +37,7 @@ Add security key of the apk repository to your /etc/apk/keys: ```shell cd /etc/apk/keys -wget https://ayakael.net/pkgs/apk/raw/branch/edge/antoine.martin@protonmail.com-5b3109ad.rsa.pub +curl -JO https://ayakael.net/api/packages/forge/alpine/key ``` Add repositories that you want to use (see above) to `/etc/apk/repositories`.