From af9f429ef6489a8b33d455fc916c692a3f681e53 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 26 Jun 2022 19:54:40 -0400 Subject: [PATCH] Removed paru.conf, install yay --- chrootInstall.sh | 3 +-- config-files/paru.conf | 39 --------------------------------------- 2 files changed, 1 insertion(+), 41 deletions(-) delete mode 100755 config-files/paru.conf diff --git a/chrootInstall.sh b/chrootInstall.sh index 2bc87d7..04707d3 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -71,12 +71,11 @@ 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 curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/nvidia-hook -o /etc/pacman.d/hooks/nvidia.hook fi +pacman -Sy yay --needed --noconfirm # installing hardware-specific packages if [ "$cpu" == 'AuthenticAMD' ]; then diff --git a/config-files/paru.conf b/config-files/paru.conf deleted file mode 100755 index 32300c4..0000000 --- a/config-files/paru.conf +++ /dev/null @@ -1,39 +0,0 @@ -# -# $PARU_CONF - rwinkhart/artix-install-script 06/26/2022 -# /etc/paru.conf -# ~/.config/paru/paru.conf -# -# See the paru.conf(5) manpage for options - -# -# GENERAL OPTIONS -# -[options] -PgpFetch -Devel -Provides -DevelSuffixes = -git -cvs -svn -bzr -darcs -always -hg -#AurOnly -BottomUp -#RemoveMake -#SudoLoop -#UseAsk -#SaveChanges -#CombinedUpgrade -#CleanAfter -#UpgradeMenu -#NewsOnUpgrade - -#LocalRepo -#Chroot -#Sign -#SignDb -#KeepRepoCache - -# -# Binary OPTIONS -# -#[bin] -#FileManager = vifm -#MFlags = --skippgpcheck -#Sudo = doas