mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-09-03 15:37:16 -04:00
Removed paru.conf, install yay
This commit is contained in:
+1
-2
@@ -71,12 +71,11 @@ chown "$username":"$users" /home/"$username"/.bashrc
|
|||||||
|
|
||||||
# pacman configuration
|
# pacman configuration
|
||||||
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/"$device"pacman.conf -o /etc/pacman.conf
|
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
|
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
|
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
|
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/nvidia-hook -o /etc/pacman.d/hooks/nvidia.hook
|
||||||
fi
|
fi
|
||||||
|
pacman -Sy yay --needed --noconfirm
|
||||||
|
|
||||||
# installing hardware-specific packages
|
# installing hardware-specific packages
|
||||||
if [ "$cpu" == 'AuthenticAMD' ]; then
|
if [ "$cpu" == 'AuthenticAMD' ]; then
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user