From 11dd8c9efba66df6c650b70c982db7ab75eef8a7 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Sun, 16 Nov 2025 21:46:48 +0800 Subject: [PATCH] Apply suggestion from @clsty --- sdata/subcmd-install/2.setups.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/sdata/subcmd-install/2.setups.sh b/sdata/subcmd-install/2.setups.sh index 11dc189f1..27033cbd2 100644 --- a/sdata/subcmd-install/2.setups.sh +++ b/sdata/subcmd-install/2.setups.sh @@ -14,7 +14,6 @@ function setup_user_group(){ fi 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)" else x sudo usermod -aG video,i2c,input "$(whoami)"