workspace/arch-root/_install/custom/laptop.sh.yrz.am.sh
2025-01-02 01:59:32 +00:00

6 lines
254 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" "export FEAT_BRIGHTNESS=brightnessctl"