[hyper-bootstrap_v0.4.sh]: fix commands

This commit is contained in:
Jesús 2021-03-09 15:30:31 -05:00
parent dc8eed84f8
commit ac4e9d5947
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

View File

@ -195,7 +195,8 @@ configure_keyring() {
local DEST=$1 local DEST=$1
sed -i 's|SigLevel = Never|SigLevel = Required DatabaseOptional|' "$DEST/etc/pacman.conf" sed -i 's|SigLevel = Never|SigLevel = Required DatabaseOptional|' "$DEST/etc/pacman.conf"
LC_ALL=C chroot "$DEST" \ 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() { show_usage() {