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