Merge branch 'master' into live

This commit is contained in:
Kevin Morris 2022-01-24 15:50:55 -08:00
commit 7bed532a8c
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -5,7 +5,11 @@
set -eou pipefail
# Update and rollout archlinux-keyring keys.
pacman -Sy --noconfirm --noprogressbar --cachedir .pkg-cache archlinux-keyring
pacman-key --init
pacman-key --updatedb
pacman-key --populate
pacman -Sy --noconfirm --noprogressbar archlinux-keyring
# Install other OS dependencies.
pacman -Syu --noconfirm --noprogressbar \