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'