diff options
| author | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-05-29 15:29:02 +0200 |
| commit | c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe (patch) | |
| tree | a231fd04d8a0818fd1f50d06bf53e4cc2474e67e /docs | |
| parent | 869bd1cc5ba01bc0d7c24c74cf4d15d396891d9e (diff) | |
| parent | 61ee8081cb812b7d304a2041603dda1567390996 (diff) | |
| download | alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.tar.gz alicelinux-c71caf8c6cf11693f6e24d816c2be6a8ea1f2fbe.zip | |
Merge pull request 'new ports and fixed duplicate in install.md' (#55) from Lostt/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/55
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.md | 2 |
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. |