aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/AlgaOS/Installer/GUI.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/AlgaOS/Installer/GUI.pm b/lib/AlgaOS/Installer/GUI.pm
index 25698c2..7ba70c4 100644
--- a/lib/AlgaOS/Installer/GUI.pm
+++ b/lib/AlgaOS/Installer/GUI.pm
@@ -652,6 +652,7 @@ EOF
}
if ($username) {
system qw{useradd -m}, $username, qw{-s /bin/bash};
+ system qw{gpasswd -a}, $username, qw{plugdev};
}
if ( $username && $password ) {
open $fh, '|-', qw{passwd --stdin}, $username;