From 238976b30f404b8626da90cc070452f554fc24d1 Mon Sep 17 00:00:00 2001 From: Jrohy Date: Mon, 13 Apr 2020 11:02:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0xz=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 985c4d06..feffb660 100644 --- a/install.sh +++ b/install.sh @@ -109,7 +109,7 @@ installDependent(){ ${PACKAGE_MANAGER} install socat bash-completion -y else ${PACKAGE_MANAGER} update - ${PACKAGE_MANAGER} install socat bash-completion -y + ${PACKAGE_MANAGER} install socat bash-completion xz-utils -y fi }