From 77b736fb8c8b890dee07964763dedbdebd52d25b Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Sun, 18 Jan 2026 22:02:26 +0100 Subject: [PATCH] refactor(script): Update archlinux-keyring before pacstrap --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 11e8e85..46dfe9d 100644 --- a/setup.sh +++ b/setup.sh @@ -778,6 +778,7 @@ function install_archlinux () { #1.12 pacman_dl_parallel pacman_dont_check_space + pacman --noconfirm -S archlinux-keyring while ! pacstrap /mnt \ base \ base-devel \