aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolden Rohrer <hr@hrhr.dev>2020-05-20 17:08:15 -0400
committerHolden Rohrer <hr@hrhr.dev>2020-05-20 17:08:15 -0400
commit7e653313f7974a4963e8b7aaebdfad1ee3ebdae3 (patch)
treeaa6620e28239c287bfe8448c9efdbd491cfd1ef5
parentcf9c3c19a742824e26a78daef2d0ab7d5bf063d8 (diff)
i need the proper permissions to avrdude without sudo
-rwxr-xr-xbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 52dd0af..7c2291b 100755
--- a/build.sh
+++ b/build.sh
@@ -13,6 +13,7 @@ mkdir /etc/skel
grep "^$USE" /etc/passwd || useradd -m $USE
usermod $USE -aG wheel -s /bin/zsh
usermod $USE -aG video
+usermod $USE -aG uucp # arduino port
timedatectl set-ntp true
sh regional.sh # Region specific setup