fixed the create user command

This commit is contained in:
aminnairi
2024-01-03 10:27:00 +01:00
parent 853acee5b7
commit d6a69067c5
+1 -1
View File
@@ -30,7 +30,7 @@ sed -i 's/# %sudo/%sudo/g' /etc/sudoers
groupadd sudo
# Add the unprivileged user
useradd --create-home --shell --groups sudo --uid 1000 /bin/fish user
useradd --create-home --shell /bin/fish --groups sudo --uid 1000 user
# Setup the password for the unprivileged user
passwd user