From 3659773ea2e9f486e34280dddcd4467f6f535d2f Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 16 Sep 2022 21:42:50 +0300 Subject: [PATCH] Fix more gpg -> pgp references --- content/korhonen_aur/assets/pacman_commands.sh | 2 +- content/pgp/assets/pgp_import.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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