Update install_centos.sh

pull/109/head
midoks 5 years ago
parent 2d0562a23b
commit 110b4ed25c
  1. 1
      scripts/install_centos.sh

@ -80,6 +80,7 @@ paces="wget python-devel python-imaging libicu-devel zip unzip bzip2-devel opens
yum -y install $paces
yum -y lsof net-tools.x86_64
yum -y install ncurses-devel mysql-dev locate cmake
yum -y install python-devel.x86_64
yum -y install epel-release
if [ ! -f '/usr/bin/pip' ];then

Loading…
Cancel
Save