From d4ae0ca38be50226b610797fbb9aef06a3d5254b Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 26 Jun 2022 17:27:36 -0400 Subject: [PATCH] Fix pacman not refreshing after downloading new pacman.conf --- chrootInstall.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/chrootInstall.sh b/chrootInstall.sh index c2ef51f..9e82a25 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -71,6 +71,7 @@ chown "$username":"$users" /home/"$username"/.bashrc # pacman configuration curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/"$device"pacman.conf -o /etc/pacman.conf +pacman -Sy curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paru.conf -o /etc/paru.conf curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paccache-clean-hook -o /etc/pacman.d/hooks/paccache-clean.hook if [ "$gpu" == 'NVIDIA' ]; then