1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-08 21:58:53 +02:00

guix-install.sh: Add missing "useradd" command.

* etc/guix-install.sh: (REQUIRE): Add missing "useradd" command.
This commit is contained in:
Maxim Cournoyer
2022-12-14 15:42:12 -05:00
parent ae60376b30
commit 1febafb4af
+1
View File
@@ -53,6 +53,7 @@ REQUIRE=(
"chmod"
"uname"
"groupadd"
"useradd"
"tail"
"tr"
"xz"