From c407a481d789bab825c85b1abde476e23c544924 Mon Sep 17 00:00:00 2001 From: RealStickman Date: Wed, 20 Jul 2022 14:14:51 +0200 Subject: [PATCH] Update keyring first --- arch-setup/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch-setup/install.sh b/arch-setup/install.sh index 28386581..6803cea0 100755 --- a/arch-setup/install.sh +++ b/arch-setup/install.sh @@ -25,6 +25,8 @@ fi # excpect & send # fix install problems +echo Updating keyring +sudo pacman -Sy --noconfirm archlinux-keyring echo Updating repos and packages sudo pacman -Syu --noconfirm echo Installing pip