Skip to content

Commit

Permalink
Update dependencies.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HTensor authored and loyess committed Jul 5, 2022
1 parent ec648e9 commit 1d003ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ install_dependencies_logic(){
)
elif check_sys packageManager apt; then
local depends=(
gettext gcc build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libc-ares-dev automake libssl-dev git qrencode jq
gettext gcc build-essential autoconf libtool libpcre3-dev asciidoc xmlto libev-dev libc-ares-dev automake libssl-dev git qrencode jq xz-utils
)
fi
install_dependencies "${depends[*]}"
Expand Down

0 comments on commit 1d003ba

Please sign in to comment.