From 857ee9d4a52106e043e7f4b774d8dd1c4d34309d Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Thu, 30 Mar 2023 19:06:35 -0400 Subject: [PATCH] Removed repeat installation of pacman-contrib --- chrootInstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 4ac559c..d8fb030 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -66,7 +66,6 @@ ln -s /usr/bin/doas /usr/bin/sudo # pacman configuration curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/pacman.conf -o /etc/pacman.conf curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/makepkg.conf -o /etc/makepkg.conf -pacman -Sy pacman-contrib --noconfirm mkdir -p /etc/pacman.d/hooks curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/paccache-clean.hook -o /etc/pacman.d/hooks/paccache-clean.hook curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/modemmanager.hook -o /etc/pacman.d/hooks/modemmanager.hook @@ -83,7 +82,7 @@ curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/confi chown "$username":users /home/"$username"/{.profile,.bashrc,.zshrc} chsh -s /bin/dash "$username" ln -sfT dash /usr/bin/sh -pacman -S zsh zsh-autosuggestions zsh-syntax-highlighting openrc-zsh-completions --noconfirm +pacman -Sy zsh zsh-autosuggestions zsh-syntax-highlighting openrc-zsh-completions --noconfirm # installing hardware-specific packages if [ "$cpu" == 'AuthenticAMD' ]; then