diff options
Diffstat (limited to 'hyper-bootstrap_v0.4.sh')
-rwxr-xr-x | hyper-bootstrap_v0.4.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyper-bootstrap_v0.4.sh b/hyper-bootstrap_v0.4.sh index 1a174b7..f38afb7 100755 --- a/hyper-bootstrap_v0.4.sh +++ b/hyper-bootstrap_v0.4.sh @@ -195,7 +195,8 @@ 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 --noconfirm --noprogressbar --quiet + /usr/bin/pacman-key --init && /usr/bin/pacman-key --populate hyperbola \ + && /usr/bin/pacman-key --refresh-keys } show_usage() { |