aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostt <lostt@noreply.codeberg.org>2026-05-28 02:18:27 +0200
committerLostt <lostt@noreply.codeberg.org>2026-05-28 02:18:27 +0200
commit71be430e5d4bfcedc422f571f5df7a4514a8ea92 (patch)
tree98f13e3c638be3f632b5113b346df102f51aa186
parent869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e (diff)
downloadalicelinux-71be430e5d4bfcedc422f571f5df7a4514a8ea92.tar.gz
alicelinux-71be430e5d4bfcedc422f571f5df7a4514a8ea92.zip
Update docs/install.md
-rw-r--r--docs/install.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/install.md b/docs/install.md
index e3e7b189..adc53381 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -92,8 +92,6 @@ You can also create a directory the community repo.
# 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.
First, create the directories.