diff options
author | Holden Rohrer <hr@hrhr.dev> | 2020-04-17 01:13:46 -0400 |
---|---|---|
committer | Holden Rohrer <hr@hrhr.dev> | 2020-04-17 01:13:46 -0400 |
commit | 87ede4ee354ec25a3883155a2bb1da384a4413ae (patch) | |
tree | d9a3787b3c3bb4a62f84883a14878a9f99b57d94 | |
parent | 277a8b679206b897bf9317839d8c5248e8cf1cf2 (diff) |
user has to be in video group for backlight ctrl
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ sed 's:#.*$::' services | xargs systemctl enable ip link export USE=czar grep "^$USE" /etc/passwd || useradd -m $USE -usermod $USE -aG wheel -s /bin/zsh +usermod $USE -aG wheel -aG video -s /bin/zsh timedatectl set-ntp true sh regional.sh # Region specific setup |