diff options
Diffstat (limited to 'scripts/hostname/rlaptop1')
-rw-r--r-- | scripts/hostname/rlaptop1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/hostname/rlaptop1 b/scripts/hostname/rlaptop1 index b1c9865..f346965 100644 --- a/scripts/hostname/rlaptop1 +++ b/scripts/hostname/rlaptop1 @@ -1,8 +1,9 @@ #!/bin/sh -add_local_user \ +add_user \ -c "Cullum Smith" \ -G wheel,operator,video \ -s /bin/sh \ -m \ + -p changeme \ cullum |