script: x11: remove unused option from adduser

This commit is contained in:
Markus Küffner
2022-03-14 22:15:18 +01:00
committed by Markus Küffner
parent 2eeeebb15f
commit be539c7dd4

View File

@@ -10,7 +10,7 @@ set -xe
USER=screen
## Create User
adduser --system --disabled-password --no-create-home --gecos '' --shell /bin/bash ${USER}
adduser --system --disabled-password --no-create-home --shell /bin/bash ${USER}
usermod -a -G tty ${USER}
## Install Packages