mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
guix-install.sh: Add xz to requirements.
* etc/guix-install.sh (REQUIRE): Add xz to requirements list. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
9927e5b11b
commit
39939e30cf
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ REQUIRE=(
|
|||
"groupadd"
|
||||
"tail"
|
||||
"tr"
|
||||
"xz"
|
||||
)
|
||||
|
||||
PAS=$'[ \033[32;1mPASS\033[0m ] '
|
||||
|
|
Loading…
Reference in a new issue