diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-04-13 18:07:37 +0200 |
---|---|---|
committer | Guix Patches Tester <> | 2020-04-14 19:16:28 +0100 |
commit | 7a6283cf4b5175e4d48662c5acd3ced823e81a7a (patch) | |
tree | 40ad47b5f3d980f4062681ef0526c411653f3b5b | |
parent | 266769cba285ae6bede4ca38187a80fd8f479a5c (diff) | |
download | patches-7a6283cf4b5175e4d48662c5acd3ced823e81a7a.tar patches-7a6283cf4b5175e4d48662c5acd3ced823e81a7a.tar.gz |
guix-install.sh: Add xz to requirements.
* etc/guix-install.sh (REQUIRE): Add xz to requirements list.
-rwxr-xr-x | etc/guix-install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix-install.sh b/etc/guix-install.sh index 4909d3f162..dbc038a0ab 100755 --- a/etc/guix-install.sh +++ b/etc/guix-install.sh @@ -48,6 +48,7 @@ REQUIRE=( "groupadd" "tail" "tr" + "xz" ) PAS=$'[ \033[32;1mPASS\033[0m ] ' |