From b7b26c325998f218a98acb3a7e12f706ee9c6551 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Fri, 26 Mar 2021 11:16:38 +0700 Subject: [PATCH] Updated the user --- src/post-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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