mirror of
https://abf.rosa.ru/djam/calamares.git
synced 2025-02-23 23:52:50 +00:00
15 lines
722 B
Diff
15 lines
722 B
Diff
![]() |
diff --git a/src/modules/users/CreateUserJob.cpp b/src/modules/users/CreateUserJob.cpp
|
||
|
index 72916eb..776fbfa 100644
|
||
|
--- a/src/modules/users/CreateUserJob.cpp
|
||
|
+++ b/src/modules/users/CreateUserJob.cpp
|
||
|
@@ -128,8 +128,7 @@ CreateUserJob::exec()
|
||
|
"-m",
|
||
|
"-s",
|
||
|
"/bin/bash",
|
||
|
- "-g",
|
||
|
- "users",
|
||
|
+ "-U",
|
||
|
"-G",
|
||
|
defaultGroups,
|
||
|
m_userName } );
|