mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Removed unneeded laptop configuration
This commit is contained in:
+1
-2
@@ -103,8 +103,7 @@ fi
|
||||
echo 'blacklist iTCO_wdt' > /etc/modprobe.d/blacklist.conf
|
||||
|
||||
if [ "$formfactor" == 2 ] || [ "$formfactor" == 1 ]; then
|
||||
pacman -S powertop acpid-openrc acpilight --needed --noconfirm
|
||||
rc-update add acpid
|
||||
pacman -S powertop --needed --noconfirm
|
||||
echo 'SUBSYSTEM=="backlight", ACTION=="add", \
|
||||
RUN+="/bin/chgrp classmod /sys/class/backlight/%k/brightness", \
|
||||
RUN+="/bin/chmod g+w /sys/class/backlight/%k/brightness"
|
||||
|
||||
Reference in New Issue
Block a user