summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-01-06 13:39:04 +0100
committerErich Eckner <git@eckner.net>2018-01-06 13:39:04 +0100
commitadaa3cf0163e49b58169d8d34e6fa2c377259d9a (patch)
tree190a8a3b1dbc0ac808b7be6df24bfcd451c61623
parent32e92ed1e86e6fc16576721b1327b5e918b09e95 (diff)
downloadwebsite-adaa3cf0163e49b58169d8d34e6fa2c377259d9a.tar.xz
download/index.html: new instruction to install archlinux32-keyring separately as some vital packages are signed by abaumanns key which is not in archlinux32-keyring-transition
-rw-r--r--download/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/download/index.html b/download/index.html
index d98851a..bce9f60 100644
--- a/download/index.html
+++ b/download/index.html
@@ -64,7 +64,8 @@
<ul>
<li> Put any mirror from <a href="https://raw.githubusercontent.com/archlinux32/packages/master/core/pacman-mirrorlist/mirrorlist">our mirrolist</a>
into <code>/etc/pacman.d/mirrorlist</code>.</li>
- <li> Execute <code>pacman -Syy archlinux32-keyring-transition</code> to install our keyring transition package signed by one of the x86_64 archlinux devs.
+ <li> Execute <code>pacman -Syy archlinux32-keyring-transition</code> to install our keyring transition package signed by one of the x86_64 archlinux devs.</li>
+ <li> Execute <code>pacman -S archlinux32-keyring</code> to install our most recent keyring package.</li>
<li> Run <code>pacman -Syuu</code> for a full transition.
<ul>
<li> Note, that some packages are currently newer in the official repositories and will be downgraded, therefore.</li>