Update install_centos.sh

This commit is contained in:
Mr Chen 2019-02-02 22:14:57 +08:00
parent bc4d25871d
commit c9e307382d
1 changed files with 5 additions and 2 deletions

View File

@ -10,8 +10,11 @@ mkdir -p /www/backup/database
mkdir -p /www/backup/site
yum -y provides '*/applydeltarpm'
yum -y install deltarpm
if [ ! -f /usr/bin/applydeltarpm ];then
yum -y provides '*/applydeltarpm'
yum -y install deltarpm
fi
yum install -y wget curl unzip zip