From ac4e9d594785f292c2c80375e7686e1c00216a9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 9 Mar 2021 15:30:31 -0500 Subject: [PATCH] [hyper-bootstrap_v0.4.sh]: fix commands --- hyper-bootstrap_v0.4.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {