workspace/arch-root/_install/custom/laptop.sh.yrz.am.sh
2025-01-01 14:18:28 +00:00

6 lines
247 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
systemctl restart tlp
file_has_line "/etc/profile" "FEAT_BRIGHTNESS=brightnessctl"