diff options
| author | Sergio <sergiotarxz@posteo.net> | 2026-08-24 11:39:34 +0200 |
|---|---|---|
| committer | Sergio <sergiotarxz@posteo.net> | 2026-08-24 11:39:34 +0200 |
| commit | d4501b7574ca813b9d8ef3959d81fc427feb39c3 (patch) | |
| tree | 895d8abbdbb11764f867330b9313a94aea789796 | |
| parent | c50dde45d796a4f998005ac147b09711152a361d (diff) | |
hotfix
| -rw-r--r-- | lib/AlgaOS/Installer/GUI.pm | 1 |
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; |
