Remove useless packages
This commit is contained in:
parent
426ec385d4
commit
0208f67c9e
1 changed files with 3 additions and 3 deletions
|
@ -290,7 +290,7 @@ install_dependencies() {
|
||||||
yum_depends=(
|
yum_depends=(
|
||||||
unzip gzip openssl openssl-devel gcc python python-devel python-setuptools pcre pcre-devel libtool libevent
|
unzip gzip openssl openssl-devel gcc python python-devel python-setuptools pcre pcre-devel libtool libevent
|
||||||
autoconf automake make curl curl-devel zlib-devel perl perl-devel cpio expat-devel gettext-devel
|
autoconf automake make curl curl-devel zlib-devel perl perl-devel cpio expat-devel gettext-devel
|
||||||
libev-devel c-ares-devel git qrencode wget asciidoc xmlto rng-tools
|
libev-devel c-ares-devel git qrencode
|
||||||
)
|
)
|
||||||
for depend in ${yum_depends[@]}; do
|
for depend in ${yum_depends[@]}; do
|
||||||
error_detect_depends "yum -y install ${depend}"
|
error_detect_depends "yum -y install ${depend}"
|
||||||
|
@ -298,8 +298,8 @@ install_dependencies() {
|
||||||
elif check_sys packageManager apt; then
|
elif check_sys packageManager apt; then
|
||||||
apt_depends=(
|
apt_depends=(
|
||||||
gettext build-essential unzip gzip python python-dev python-setuptools curl openssl libssl-dev
|
gettext build-essential unzip gzip python python-dev python-setuptools curl openssl libssl-dev
|
||||||
autoconf automake libtool gcc make perl cpio libpcre3 libpcre3-dev zlib1g-dev libev-dev libc-ares-dev
|
autoconf automake libtool gcc make perl cpio libpcre3 libpcre3-dev zlib1g-dev libev-dev
|
||||||
git qrencode wget asciidoc xmlto rng-tools gawk
|
libc-ares-dev git qrencode
|
||||||
)
|
)
|
||||||
|
|
||||||
apt -y update
|
apt -y update
|
||||||
|
|
Loading…
Add table
Reference in a new issue