Skip to content

Commit 6e2ef6c

Browse files
authored
fix: add user to input group
1 parent 104f7e5 commit 6e2ef6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/post-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "KEYMAP=$KEYMAP" > /etc/vconsole.conf
3131
ln -s /usr/share/zoneinfo/$TIMEZONE /etc/localtime
3232

3333
# User creation
34-
useradd -m -G users,wheel,audio,video -s /bin/bash $USERNAME
34+
useradd -m -G users,wheel,audio,video,input -s /bin/bash $USERNAME
3535
echo -e "${USER_PSWD}\n${USER_PSWD}" | passwd -q $USERNAME
3636

3737
if [ "$ROOT_PSWD" != "" ]; then

0 commit comments

Comments
 (0)