1
0
Fork 0
mirror of https://gitlab.com/dabruh/dotfiles.git synced 2025-04-10 01:38:11 +02:00

Add user to video group

This commit is contained in:
dabruh 2022-12-15 16:02:45 +01:00
parent 11b5dac016
commit fc0262ec48

View file

@ -345,4 +345,7 @@ else
exit 3
fi
echo "Adding $USER to 'video' group."
sudo usermod -aG video "$USER"
echo "Setup finished."