From 7e653313f7974a4963e8b7aaebdfad1ee3ebdae3 Mon Sep 17 00:00:00 2001
From: Holden Rohrer
Date: Wed, 20 May 2020 17:08:15 -0400
Subject: i need the proper permissions to avrdude without sudo
---
build.sh | 1 +
1 file changed, 1 insertion(+)
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
--
cgit