From a7b7ad8f20daf9d7a075398f311637b89d3de48d Mon Sep 17 00:00:00 2001 From: natemaia Date: Wed, 4 Nov 2020 21:53:32 -0800 Subject: [PATCH] Fix: al packages not being installed from arch iso live boot. --- installer | 1 + 1 file changed, 1 insertion(+) diff --git a/installer b/installer index 0bbf075..b5d55e1 100755 --- a/installer +++ b/installer @@ -2211,6 +2211,7 @@ install_background() select_mirrors || AUTO_MIRROR=true ( install_mirrorlist > /tmp/bgout 2>&1 + al_repo "/etc/pacman.conf" pacman -Sy >> /tmp/bgout 2>&1 pacstrap /mnt >> /tmp/bgout 2>&1