delete dialout group that conflicts with mac users

This commit is contained in:
Lance Vick 2023-04-02 21:09:46 -07:00
parent 47e883a348
commit fbf48b33a0
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ gid=${GID?}
user=${USER:-"build"}
export HOME="/home/${user}"
groupdel dialout
groupadd -g "$gid" "${user}"
useradd \
-g "$gid" \