Update korhonen_aur instructions to the new GPG key

This commit is contained in:
Marko Korhonen 2022-08-28 20:13:10 +03:00
parent 5097cf3ed6
commit bda2d13513
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
6 changed files with 8 additions and 8 deletions

View file

@ -15,7 +15,7 @@ check if you CPU is supported, run the following command
[source,shell]
----
include::code_blocks/check_processor.sh[]
include::assets/check_processor.sh[]
----
If the command outputs nothing, your CPU is not supported. Otherwise,
@ -39,12 +39,12 @@ First, add link:/pgp[my PGP key] to your pacman keyring and trust it
[source,shell]
----
include::code_blocks/pacman_commands.sh[]
include::assets/pacman_commands.sh[]
----
Then add the following to your `/etc/pacman.conf`
[source,conf]
----
include::code_blocks/pacman.conf[]
include::assets/pacman.conf[]
----