From 0881ad19a3d90ee8d9031a45cbccf9329ad56301 Mon Sep 17 00:00:00 2001 From: Lostt Date: Thu, 28 May 2026 01:15:53 +0200 Subject: added community repo stuff --- docs/install.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') diff --git a/docs/install.md b/docs/install.md index 923d76f7..e3e7b189 100644 --- a/docs/install.md +++ b/docs/install.md @@ -85,6 +85,13 @@ I'm gonna use directory `/var/lib/repos/core` and `/var/lib/repos/extra` for `co # echo 'APKG_REPO="/var/lib/repos/core /var/lib/repos/extra"' >> /etc/apkg.conf ``` +You can also create a directory the community repo. +> NOTE: The community repo is not held to the same standards as the official repos. +> Additionally all repo paths must be declared in the APKG_REPO variable, separated by a single space. +``` +# echo 'APKG_REPO="/var/lib/repos/core /var/lib/repos/extra /var/lib/repos/community"' >> /etc/apkg.conf +``` + > NOTE: All repo paths must be declared in the APKG_REPO variable, separated by a single space. Next, we will set up directories for `packages`, `sources`, and `work`. By default, these directories are inside the package template, but we will change them to `/var/cache/pkg`, `/var/cache/src`, and `/var/cache/work` respectively. You can change these to any location where you want to store these files. @@ -112,6 +119,13 @@ Configure reposync.conf # echo 'https://codeberg.org/emmett1/alicelinux|extra|/var/lib/repos/extra' >> /etc/reposync.conf ``` +If you also want the community repo, add it as well. +> NOTE: The community repo is not held to the same standards as the official repos. +``` +# echo 'https://codeberg.org/emmett1/alicelinux|community|/var/lib/repos/community' >> /etc/reposync.conf +``` + + Now run `reposync` to sync latest package templates. ``` # reposync -- cgit v1.2.3