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
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -53,6 +53,7 @@ REQUIRE=(
"chmod" "chmod"
"uname" "uname"
"groupadd" "groupadd"
"useradd"
"tail" "tail"
"tr" "tr"
"xz" "xz"