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 }