diff --git a/content/korhonen_aur/assets/pacman_commands.sh b/content/korhonen_aur/assets/pacman_commands.sh index 4f73054..4397dd0 100644 --- a/content/korhonen_aur/assets/pacman_commands.sh +++ b/content/korhonen_aur/assets/pacman_commands.sh @@ -1,3 +1,3 @@ sudo -i # Login as root -curl 'https://korhonen.cc/pgp/assets/marko_korhonen_gpg.asc' | pacman-key -a - +curl 'https://korhonen.cc/pgp/assets/marko_korhonen_pgp.asc' | pacman-key -a - pacman-key --lsign-key F2B9F713E7ED627336DD85E444FA3F28CD931BB0 diff --git a/content/pgp/assets/pgp_import.sh b/content/pgp/assets/pgp_import.sh index 4e51eae..7976aa5 100644 --- a/content/pgp/assets/pgp_import.sh +++ b/content/pgp/assets/pgp_import.sh @@ -1 +1 @@ -curl 'https://korhonen.cc/pgp/assets/marko_korhonen_gpg.asc' | gpg --import +curl 'https://korhonen.cc/pgp/assets/marko_korhonen_pgp.asc' | gpg --import