diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:45 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2026-05-29 15:31:45 +0000 |
| commit | 7163838595181261dd114ad2cb1e86bc0d431de7 (patch) | |
| tree | 91704201eca28a99c1db53ddd0685c2739466565 /docs | |
| parent | 4f1371220bbd440405ecd81b87e03d66cf6e829e (diff) | |
| download | alicelinux-7163838595181261dd114ad2cb1e86bc0d431de7.tar.gz alicelinux-7163838595181261dd114ad2cb1e86bc0d431de7.zip | |
Woodpecker CI d09592d572a6c9d7e0631a04dba94d25970c61e3 [SKIP CI]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/install.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/install.html b/docs/install.html index 67ddd4ac..9968a9ad 100644 --- a/docs/install.html +++ b/docs/install.html @@ -234,9 +234,6 @@ Additionally all repo paths must be declared in the APKG_REPO variable, separate </blockquote> <pre><code># echo 'APKG_REPO="/var/lib/repos/core /var/lib/repos/extra /var/lib/repos/community"' >> /etc/apkg.conf </code></pre> -<blockquote> -<p>NOTE: All repo paths must be declared in the APKG_REPO variable, separated by a single space.</p> -</blockquote> <p>Next, we will set up directories for <code>packages</code>, <code>sources</code>, and <code>work</code>. By default, these directories are inside the package template, but we will change them to <code>/var/cache/pkg</code>, <code>/var/cache/src</code>, and <code>/var/cache/work</code> respectively. You can change these to any location where you want to store these files.</p> <p>First, create the directories.</p> <pre><code># mkdir -p /var/cache/pkg |