From dba38fa23d2c55849f819d5c75da70f8cba1c80c Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Thu, 10 Feb 2022 18:16:14 +0100 Subject: [PATCH] Also update archlinux-keyring regularly --- deploy-aur.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy-aur.sh b/deploy-aur.sh index 91a7cd007..c7bbaedd8 100755 --- a/deploy-aur.sh +++ b/deploy-aur.sh @@ -3,7 +3,7 @@ set -e # Setup base system -pacman -Syu --noconfirm openssh git gettext binutils +pacman -Syu --noconfirm openssh git gettext binutils archlinux-keyring sed -i "s/INTEGRITY_CHECK=.*$/INTEGRITY_CHECK=(sha256)/" /etc/makepkg.conf useradd -ms /bin/bash aur su -m aur <<'EOSU'