diff options
author | Vincent Legoll <vincent.legoll@gmail.com> | 2020-05-17 19:16:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-23 15:37:58 +0200 |
commit | 39939e30cf77a3336a938f0d6df6a95a07cf9ebd (patch) | |
tree | b96ffaaddf69dcdf9360be8a43ca9f71601cd28e /etc/guix-install.sh | |
parent | 9927e5b11b88a85fffb959b515430c2312c8dff3 (diff) |
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>
Diffstat (limited to 'etc/guix-install.sh')
-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 bcce1d8869..4d457e7f2d 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 ] ' |