index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
-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> |