From d220b796292a8a4c379e41287802ef4faaa54a12 Mon Sep 17 00:00:00 2001 From: natemaia Date: Fri, 18 Oct 2019 22:45:02 -0700 Subject: [PATCH] Sort mirrorlist first before installing live session --- archlabs-installer | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/archlabs-installer b/archlabs-installer index a417103..04ffa1e 100755 --- a/archlabs-installer +++ b/archlabs-installer @@ -5,7 +5,7 @@ # Some ideas and code reworked from other resources # AIF, Cnichi, Calamares, Arch Wiki.. Credit where credit is due -VER=2.0.83 +VER=2.0.84 # bulk default values { @@ -2188,6 +2188,7 @@ live() die 1 else clear + install_mirrorlist "/etc/pacman.d/mirrorlist" pacman -Syyu archlinux-keyring --needed --noconfirm || die 1 pacman -S $AL_BASE_PKGS xorg-xinit xorg-server --needed --noconfirm || die 1 for ses; do