diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-12-01 00:42:17 +0100 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-12-01 00:42:17 +0100 |
commit | 5d60b7ed1d6b8d4d21748d361fcaa2dcb2cd6e3c (patch) | |
tree | d94634c5a7e77604230a41bfd3ba58b837c0b7d5 | |
parent | eb500d5fb497d109218f9c6d8eb8828beb5b6a16 (diff) | |
download | apkbuilds-5d60b7ed1d6b8d4d21748d361fcaa2dcb2cd6e3c.tar.gz apkbuilds-5d60b7ed1d6b8d4d21748d361fcaa2dcb2cd6e3c.tar.bz2 apkbuilds-5d60b7ed1d6b8d4d21748d361fcaa2dcb2cd6e3c.zip |
fix: Add instruction to enable repository
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ <header id="title-block-header"> <h1 class="title">Gabriel's apk repo</h1> </header> +<p> To enable this repository:</p> +<code>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</code> + <h1 id="apks-alpine-3.18">Apks Alpine 3.18</h1> {{ range $e := . }} <h2 id="{{ $e.Name }}">{{ $e.Name }}</h2> |