This commit is contained in:
simono41 2018-09-03 01:57:09 +02:00
parent 61f01f4ad1
commit f18a5c4139

View file

@ -165,6 +165,7 @@ function ldconfigcache() {
} }
function addusers() { function addusers() {
groupadd users
useradd -m -g users -G wheel,audio,video,sys,optical -s /bin/bash $username useradd -m -g users -G wheel,audio,video,sys,optical -s /bin/bash $username
passwd ${username} <<EOT passwd ${username} <<EOT
${userpass} ${userpass}