From 3bf75f56a2453d4664140deb87efb4368625fb7b Mon Sep 17 00:00:00 2001 From: lemniskett Date: Mon, 28 Dec 2020 12:37:11 +0700 Subject: [PATCH] Source /etc/profile before chroot setup. --- chroot_setup.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/chroot_setup.bash b/chroot_setup.bash index 25ede46..36037f9 100755 --- a/chroot_setup.bash +++ b/chroot_setup.bash @@ -9,6 +9,7 @@ msg(){ echo "$(tput bold)$(tput setaf 2)==> $@ $(tput sgr0)" } +source /etc/profile msg "Initializing pacman keyrings..." pacman-key --init pacman-key --populate archlinux