Skip to content

Commit

Permalink
添加xz依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
Jrohy committed Apr 13, 2020
1 parent 67792af commit 238976b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 238976b

Please sign in to comment.