index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-09-14 15:30:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-14 15:30:42 +0200 |
commit | b24ae87bacf37cfb2ad2127a3ca9c352a1c6033e (patch) | |
tree | 649f2f718706e25f932b55bf748cd4aca01bf12e /download | |
parent | 9271bf8e8353cfaf5f1129d14edad599c29fe437 (diff) |
-rw-r--r-- | download/index.html | 6 |
diff --git a/download/index.html b/download/index.html index c65d052..1b9dc19 100644 --- a/download/index.html +++ b/download/index.html @@ -63,10 +63,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 -Syyw archlinux32-keyring</code> to download our keyring package. - Note, that the signature is by 0x7C98C4C3DE926168DC46FBAA3D06644243BF68D3, which is not trusted by pacman (yet).</li> - <li> Execute <code>pacman -U /var/cache/pacman/pkg/archlinux32-keyring-*.pkg.tar.xz</code> to install our keyring package.</li> - <li> Run <code>pacman -Suu</code> for a full transition. + <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> 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> <li> Also note, that packages found in your package cache won't match the signatures from archlinux32 - either allow pacman to delete these cached packages or run <code>pacman -Sc</code> to clean your cache before you start upgrading.</li> |