From fbf48b33a005d1c71b55fb3eefeab0ba900e38ae Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sun, 2 Apr 2023 21:09:46 -0700 Subject: [PATCH] delete dialout group that conflicts with mac users --- scripts/host-env | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/host-env b/scripts/host-env index 499cf3d..760e90f 100755 --- a/scripts/host-env +++ b/scripts/host-env @@ -6,6 +6,7 @@ gid=${GID?} user=${USER:-"build"} export HOME="/home/${user}" +groupdel dialout groupadd -g "$gid" "${user}" useradd \ -g "$gid" \