mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
guix-install.sh: Add missing "useradd" command.
* etc/guix-install.sh: (REQUIRE): Add missing "useradd" command.
This commit is contained in:
parent
ae60376b30
commit
1febafb4af
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@ REQUIRE=(
|
|||
"chmod"
|
||||
"uname"
|
||||
"groupadd"
|
||||
"useradd"
|
||||
"tail"
|
||||
"tr"
|
||||
"xz"
|
||||
|
|
Loading…
Reference in a new issue