1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 18:41:54 +02: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:
Vincent Legoll
2020-05-17 19:16:59 +02:00
committed by Tobias Geerinckx-Rice
parent 9927e5b11b
commit 39939e30cf
+1
View File
@@ -48,6 +48,7 @@ REQUIRE=(
"groupadd"
"tail"
"tr"
"xz"
)
PAS=$'[ \033[32;1mPASS\033[0m ] '