From f39327b8c80a1e41e162871fe0c31f1fd9a2222f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Mon, 8 Mar 2021 22:31:54 -0500 Subject: [hyper-bootstrap_v0.3.sh]: fix keyring --- hyper-bootstrap_v0.3.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hyper-bootstrap_v0.3.sh') diff --git a/hyper-bootstrap_v0.3.sh b/hyper-bootstrap_v0.3.sh index bbd4460..a8f3595 100755 --- a/hyper-bootstrap_v0.3.sh +++ b/hyper-bootstrap_v0.3.sh @@ -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() { -- cgit v1.2.3