This commit is contained in:
Daniel Ziltener 2023-12-12 13:09:22 +01:00
parent e422364966
commit 866430434e
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -43,4 +43,7 @@ do
done
# 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