diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-12-16 12:45:56 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-12-16 12:45:56 +0100 |
commit | 00c5807c02039e38783147666c7d3466529b6d48 (patch) | |
tree | 41faef65f6ee016f89beff79e453d9df8920db4f | |
parent | b5f5612309f60c3d06d0fdd26072739196eba611 (diff) | |
download | archinstall-00c5807c02039e38783147666c7d3466529b6d48.tar archinstall-00c5807c02039e38783147666c7d3466529b6d48.tar.zst archinstall-00c5807c02039e38783147666c7d3466529b6d48.zip |
User configuration implemented.
-rw-r--r-- | util/configure_users.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/configure_users.sh b/util/configure_users.sh index 62bd17a..4c5f4ea 100644 --- a/util/configure_users.sh +++ b/util/configure_users.sh @@ -31,6 +31,6 @@ echo "${admin_username}:${default_password}" | chpasswd sed -i '/%wheel ALL=(ALL) ALL/s/^# //g' /etc/sudoers # activate wheel group # by uncommenting special # line in sudoers file -# passwd -l root # lock the root account if changing /etc/sudoers is implemented +passwd -l root # lock the root account echo "Configured users - OK" |