Add a generate mirrorlist section, to always find the fastest/closest mirror to you
Signed-off-by: Dan Johansen <strit@manjaro.org>
This commit is contained in:
parent
9a7f5fbe55
commit
721929c2a7
|
|
@ -126,6 +126,9 @@ create_install() {
|
|||
$NSPAWN $TMPDIR/root pacman-key --init 1> /dev/null 2>&1
|
||||
$NSPAWN $TMPDIR/root pacman-key --populate archlinux archlinuxarm manjaro manjaro-arm 1> /dev/null 2>&1
|
||||
|
||||
info "Generating mirrorlist..."
|
||||
$NSPAWN $TMPDIR/root pacman-mirrors -g 1> /dev/null 2>&1
|
||||
|
||||
info "Installing packages for $EDITION on $DEVICE..."
|
||||
# Setup cache mount
|
||||
mkdir -p $TMPDIR/pkg-cache
|
||||
|
|
|
|||
Loading…
Reference in New Issue