From 5d60b7ed1d6b8d4d21748d361fcaa2dcb2cd6e3c Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Fri, 1 Dec 2023 00:42:17 +0100 Subject: fix: Add instruction to enable repository --- docs/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.html b/docs/index.html index 7663e98..cafe40f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -534,6 +534,10 @@

Gabriel's apk repo

+

To enable this repository:

+echo "https://artifacts.gabrielgio.me/repo/v3.18/ " >> /etc/apk/repositories +curl https://artifacts.gabrielgio.me/repo/mail%40gabrielgio.me-62ddc4dc.rsa.pub -o /etc/apk/keys/mail@gabrielgio.me-62ddc4dc.rsa.pub +

Apks Alpine 3.18

{{ range $e := . }}

{{ $e.Name }}

-- cgit v1.2.3