From 4f1371220bbd440405ecd81b87e03d66cf6e829e Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Wed, 27 May 2026 23:55:10 +0000 Subject: Woodpecker CI 869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e [SKIP CI] --- docs/install.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/install.html b/docs/install.html index 25a9a4d2..67ddd4ac 100644 --- a/docs/install.html +++ b/docs/install.html @@ -227,6 +227,13 @@ alicelinux-rootfs-20240525.tar.xz: OK

I'm gonna use directory /var/lib/repos/core and /var/lib/repos/extra for core and extra repos respectively.

# 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.

@@ -246,6 +253,12 @@ alicelinux-rootfs-20240525.tar.xz: OK
# echo 'https://codeberg.org/emmett1/alicelinux|core|/var/lib/repos/core' >> /etc/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