5 lines
225 B
Bash
5 lines
225 B
Bash
#!/bin/bash
|
|
pacman -S --needed brightnessctl intel-media-driver intel-ucode mesa tlp libreoffice-still
|
|
cp_chown custom/laptop-tlp.conf /etc/tlp.conf root:root 644
|
|
file_has_line "/etc/profile" "FEAT_BRIGHTNESS=brightnessctl"
|