[hyper-bootstrap_v0.4.sh]: fix commands
This commit is contained in:
parent
dc8eed84f8
commit
ac4e9d5947
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user