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