aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergio <sergiotarxz@posteo.net>2026-08-24 11:39:34 +0200
committerSergio <sergiotarxz@posteo.net>2026-08-24 11:39:34 +0200
commitd4501b7574ca813b9d8ef3959d81fc427feb39c3 (patch)
tree895d8abbdbb11764f867330b9313a94aea789796
parentc50dde45d796a4f998005ac147b09711152a361d (diff)
hotfix
-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;