workspace/arch-root/_install/custom/laptop.sh.yrz.am.sh
2025-01-06 02:36:56 +00:00

6 lines
266 B
Bash

#!/bin/bash
pacman -S --needed brightnessctl intel-media-driver intel-ucode mesa tlp libreoffice-still sof-firmware
cp_chown custom/laptop-tlp.conf /etc/tlp.conf root:root 644
systemctl restart tlp
file_has_line "/etc/profile" "export FEAT_BRIGHTNESS=brightnessctl"