diff options
-rwxr-xr-x | hyper-bootstrap_v0.3.sh | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |