Apply suggestion from @clsty

This commit is contained in:
Celestial.y
2025-11-16 21:46:48 +08:00
committed by GitHub
parent ec76180f4c
commit 11dd8c9efb
-1
View File
@@ -14,7 +14,6 @@ function setup_user_group(){
fi fi
if [[ "$OS_GROUP_ID" == "fedora" ]]; then if [[ "$OS_GROUP_ID" == "fedora" ]]; then
# TODO: I'm not sure what the video group is for. I didn't join it, and it doesn't seem to be affecting anything. I may need to remove it later
x sudo usermod -aG video,input "$(whoami)" x sudo usermod -aG video,input "$(whoami)"
else else
x sudo usermod -aG video,i2c,input "$(whoami)" x sudo usermod -aG video,i2c,input "$(whoami)"