Update README.md

This commit is contained in:
Antoine Martin 2023-12-08 03:42:04 +00:00
parent 4f0d086e36
commit bd513b5135

View file

@ -19,37 +19,26 @@ Affixed to each repository description is the appropriate link for use in
#### Backports #### Backports
``` ```
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/backports https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/backports
``` ```
Aports from the official Alpine repositories backported from edge to v3.18. Aports from the official Alpine repositories backported from edge.
#### User #### User
``` ```
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/user https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/user
``` ```
Aports that have yet to be (or may never be) upstreamed to the official Aports that have yet to be (or may never be) upstreamed to the official
aports. aports.
#### Testing/Community
```
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/community
https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/testing
```
Aports that have already been upstreamed are kept here for three reasons:
* Facilitate keeping track of packages that I support
* Upgrades are first deployed here for first batch of testing
* Make packages that are in 'testing' available for stable releases
## How to use ## How to use
Add security key of the repo-apk repository to your /etc/apk/keys: Add security key of the repo-apk repository to your /etc/apk/keys:
```shell ```shell
cd /etc/apk/keys cd /etc/apk/keys
wget https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.18/antoine.martin@protonmail.com-5b3109ad.rsa.pub wget https://lab.ilot.io/ayakael/repo-apk/-/raw/v3.19/antoine.martin@protonmail.com-5b3109ad.rsa.pub
``` ```
Add repositories that you want to use (see above) to `/etc/apk/repositories`. Add repositories that you want to use (see above) to `/etc/apk/repositories`.