Skip to content
Snippets Groups Projects
Unverified Commit 39939e30 authored by Vincent Legoll's avatar Vincent Legoll Committed by Tobias Geerinckx-Rice
Browse files

guix-install.sh: Add xz to requirements.


* etc/guix-install.sh (REQUIRE): Add xz to requirements list.

Signed-off-by: default avatarTobias Geerinckx-Rice <me@tobias.gr>
parent 9927e5b1
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ REQUIRE=(
"groupadd"
"tail"
"tr"
"xz"
)
PAS=$'[ \033[32;1mPASS\033[0m ] '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment