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:
committed by
Tobias Geerinckx-Rice
parent
9927e5b11b
commit
39939e30cf
@@ -48,6 +48,7 @@ REQUIRE=(
|
||||
"groupadd"
|
||||
"tail"
|
||||
"tr"
|
||||
"xz"
|
||||
)
|
||||
|
||||
PAS=$'[ \033[32;1mPASS\033[0m ] '
|
||||
|
||||
Reference in New Issue
Block a user