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