.
This commit is contained in:
parent
e422364966
commit
866430434e
1 changed files with 4 additions and 1 deletions
|
@ -43,4 +43,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
# Add user to groups
|
# Add user to groups
|
||||||
usermod -a -G seat zilti
|
for GROUP in users wheel audio video network input plugdev usbmon _seatd polkitd
|
||||||
|
do
|
||||||
|
usermod -a -G $GROUP zilti
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in a new issue