mirror of
https://github.com/mkuf/prind.git
synced 2026-05-07 00:07:30 +02:00
script: x11: remove unused option from adduser
This commit is contained in:
committed by
Markus Küffner
parent
2eeeebb15f
commit
be539c7dd4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user