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

@ -0,0 +1,2 @@
curl 'https://korhonen.cc/pgp/assets/marko_korhonen_gpg.asc' | sudo pacman-key -a -
sudo pacman-key --lsign-key F2B9F713E7ED627336DD85E444FA3F28CD931BB0

View file

@ -1,2 +0,0 @@
curl 'https://korhonen.cc/pgp/marko_korhonen_gpg.asc' | sudo pacman-key -a -
sudo pacman-key --lsign-key 1EFC4DBB079407113A761DF7C514037F1EFF4FA6

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[]
----

View file

@ -15,7 +15,7 @@ Tarkastaaksesi oman prosessorisi yhteensopivuuden, aja seuraava komento.
[source,shell]
----
include::code_blocks/check_processor.sh[]
include::assets/check_processor.sh[]
----
Jos edeltävä komento ei tulosta mitään, prosessorisi ei valitettavasti
@ -37,7 +37,7 @@ avainnippuusi ja luota siihen
[source,shell]
----
include::code_blocks/pacman_commands.sh[]
include::assets/pacman_commands.sh[]
----
Sitten lisää seuraava sisältö pacman konfiguraatioosi
@ -45,5 +45,5 @@ Sitten lisää seuraava sisältö pacman konfiguraatioosi
[source,shell]
----
include::code_blocks/pacman.conf[]
include::assets/pacman.conf[]
----