fix: replace xorg-xbacklight with acpilight

This commit is contained in:
Klesh Wong 2021-08-30 21:58:07 +08:00
parent 35ab8f9014
commit 88e2dec015

View File

@ -52,7 +52,7 @@ case "$PM" in
# bluetooth
if has_bluetooth; then
sudo pacman -S --noconfirm --needed \
bluez bluez-utils blueman pulseaudio-bluetooth xorg-xbacklight
bluez bluez-utils blueman pulseaudio-bluetooth acpilight
sudo systemctl enable bluetooth
sudo systemctl start bluetooth
fi