From d39e6b8bf0a585884f63695f8985ba8ce25bd896 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Sat, 18 Apr 2020 19:59:42 -0400
Subject: have to -aG on separate lines
---
build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index ce9e653..33b8233 100755
--- a/build.sh
+++ b/build.sh
@@ -11,7 +11,8 @@ sed 's:#.*$::' services | xargs systemctl enable
ip link
export USE=czar
grep "^$USE" /etc/passwd || useradd -m $USE
-usermod $USE -aG wheel -aG video -s /bin/zsh
+usermod $USE -aG wheel -s /bin/zsh
+usermod $USE -aG video
timedatectl set-ntp true
sh regional.sh # Region specific setup
--
cgit