No longer manually remove xorg-xbacklight, as this is not in Artix repositories

This commit is contained in:
2022-06-26 19:57:33 -04:00
parent af9f429ef6
commit 658ba94841
+1 -2
View File
@@ -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", \