From 8d25a5673b30cb64be8db0e34e5dce76ff8a86ca Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 28 Aug 2022 20:14:57 +0300 Subject: [PATCH] korhonen_aur pacman-key commands as root instead of sudo --- content/korhonen_aur/assets/pacman_commands.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/korhonen_aur/assets/pacman_commands.sh b/content/korhonen_aur/assets/pacman_commands.sh index 777dde5..4f73054 100644 --- a/content/korhonen_aur/assets/pacman_commands.sh +++ b/content/korhonen_aur/assets/pacman_commands.sh @@ -1,2 +1,3 @@ -curl 'https://korhonen.cc/pgp/assets/marko_korhonen_gpg.asc' | sudo pacman-key -a - -sudo pacman-key --lsign-key F2B9F713E7ED627336DD85E444FA3F28CD931BB0 +sudo -i # Login as root +curl 'https://korhonen.cc/pgp/assets/marko_korhonen_gpg.asc' | pacman-key -a - +pacman-key --lsign-key F2B9F713E7ED627336DD85E444FA3F28CD931BB0