From 658ba94841a05883477ade96da09dc9228659a9f Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Sun, 26 Jun 2022 19:57:33 -0400 Subject: [PATCH] No longer manually remove xorg-xbacklight, as this is not in Artix repositories --- chrootInstall.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/chrootInstall.sh b/chrootInstall.sh index 04707d3..e4edabe 100755 --- a/chrootInstall.sh +++ b/chrootInstall.sh @@ -75,7 +75,7 @@ curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/confi 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 +pacman -Sy yay --noconfirm # installing hardware-specific packages if [ "$cpu" == 'AuthenticAMD' ]; then @@ -103,7 +103,6 @@ fi echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf if [ "$formfactor" == 2 ]; then - pacman -R xorg-xbacklight --noconfirm pacman -S powertop acpid-openrc acpilight --needed --noconfirm rc-update add acpid echo 'SUBSYSTEM=="backlight", ACTION=="add", \