index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2017-08-25 12:17:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-25 12:17:09 +0200 |
commit | 30e0ef115f8e1f930d0bcec23efbfada75a4ebb6 (patch) | |
tree | 49143f904bcc6125a6aa55f9a871d81ebee8a7f6 /download | |
parent | f0da94e47ae6d67f9a2d5faa45e8d827889d134e (diff) |
-rw-r--r-- | download/index.html | 7 |
diff --git a/download/index.html b/download/index.html index ed42147..61924dc 100644 --- a/download/index.html +++ b/download/index.html @@ -66,7 +66,12 @@ <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. Note, that some packages are currently newer in the official repositories and will be downgraded, therefore.</li> + <li> Run <code>pacman -Suu</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> + </ul> + </li> </ul> <h3>BitTorrent Download (recommended)</h3> |