From be539c7dd48614e7093650d8a9afcb1c4e606c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Mon, 14 Mar 2022 22:15:18 +0100 Subject: [PATCH] script: x11: remove unused option from adduser --- scripts/setup-X11.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/setup-X11.sh b/scripts/setup-X11.sh index 1047600..198a31f 100644 --- a/scripts/setup-X11.sh +++ b/scripts/setup-X11.sh @@ -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