diff --git a/src/post-install.sh b/src/post-install.sh index 9d4cb2b..e8fff42 100755 --- a/src/post-install.sh +++ b/src/post-install.sh @@ -23,4 +23,4 @@ echo '%wheel ALL=NOPASSWD: ALL' > /etc/sudoers.d/wheel cat /etc/sudoers.d/wheel # Add an administrator user. -adduser -D -u1000 cubetiq wheel \ No newline at end of file +adduser cubetiq wheel \ No newline at end of file