[hyper-bootstrap_v0.3.sh]: fix keyring

This commit is contained in:
Jesús 2021-03-08 22:31:54 -05:00
parent 06a103ef14
commit f39327b8c8
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -217,7 +217,9 @@ configure_keyring() {
local DEST=$1
sed -i 's|SigLevel = Never|SigLevel = Required DatabaseOptional|' "$DEST/etc/pacman.conf"
LC_ALL=C chroot "$DEST" \
/usr/bin/pacman-key --init && /usr/bin/pacman-key --populate hyperbola
/usr/bin/pacman-key --init && /usr/bin/pacman-key --populate archlinux hyperbola \
&& /usr/bin/pacman-key --refresh-keys \
&& /usr/bin/pacman -Sy hyperbola-keyring --noconfirm
}
show_usage() {