From 3570d46bcb4dfa2fba0f50ccb7254bd2c6726241 Mon Sep 17 00:00:00 2001 From: vincent Date: Wed, 16 Dec 2020 19:11:39 +0100 Subject: [PATCH] correct arch key resolution --- IT/linux/arch.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/IT/linux/arch.md b/IT/linux/arch.md index 12b9f83..4ca4973 100644 --- a/IT/linux/arch.md +++ b/IT/linux/arch.md @@ -2,8 +2,12 @@ #### clés GPG corrompue ou usagé -`sudo pacman -S archlinux-keyring` +``` +sudo pacman -S archlinux-keyring +sudo pacmam-key --init +sudo pacman-key --populate archlinux +``` #### Personaliser un iso arch -[archiso](https://wiki.archlinux.org/index.php/Archiso) \ No newline at end of file +[archiso](https://wiki.archlinux.org/index.php/Archiso)