Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2023-08-06 11:10:07 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2023-08-06 11:10:07 +0200
commitc6a1a737514fd76cc78e22aae8138c301684a8d7 (patch)
treec7e3ecaef7dcb97250d31d0761273798822e02f8
parent7c688ef8385dbc3b4ec28b6585f6acf7d878ae0d (diff)
fixed pacman-key for argument typo and not neeting the Arch upstream keyring
-rw-r--r--download/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/download/index.html b/download/index.html
index 15aa340..6f1af26 100644
--- a/download/index.html
+++ b/download/index.html
@@ -66,7 +66,7 @@
<h3>Fixing Broken Keyring(s)</h3>
Sometimes an ISO contains broken keys. This can easily be fixed by
updating your keyring with <code>pacman -S archlinux-keyring archlinux32-keyring</code>
- and then <code>pacman-key --init</code>, <code>pacman-key populate archlinux archlinux32</code>
+ and then <code>pacman-key --init</code>, <code>pacman-key --populate archlinux32</code>
and <code>pacman-key --refresh</code>. Eventually this is something you
want to do in the chroot of your installation (<code>arch-chroot /mnt</code>).