Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs/installing/binary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installing/binary.rst')
-rw-r--r--docs/installing/binary.rst16
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/installing/binary.rst b/docs/installing/binary.rst
index db515363..fa331e48 100644
--- a/docs/installing/binary.rst
+++ b/docs/installing/binary.rst
@@ -12,24 +12,10 @@ For Arch Linux based systems, there's a package for this called `archinstall <ht
Using pacman
------------
-Currently, you need to create your own mirror or use https://archlinux.life as a mirror.
-We'll use the later for this example as it's less of a process to explain.
-
-..note:: To create your own mirror, the `archiso <https://wiki.archlinux.org/index.php/archiso#Custom_local_repository>`_ wiki has a good tutorial and explanation of how and what a custom mirror does.
-
-Setup pacman to use https://archlinux.life as a mirror by modifying `/etc/pacman.conf` to contain the following:
-
-.. code-block:: console
-
- [archlife]
- Server = https://archlinux.life/$repo/os/$arch
- SigLevel = Optional TrustAll
-
-You can now update your mirror-list and install `archinstall`.
+Archinstall is on the `official repositories <https://wiki.archlinux.org/index.php/Official_repositories>`_.
.. code-block:: console
- sudo pacman -Syy
sudo pacman -S archinstall
Using PKGBUILD