Remove webtatic repo reference for CentOS5

* The repo is down and Git is included in default repo of newer versions of CentOS
[ci skip]
This commit is contained in:
Jittapan Pluemsumran
2016-06-04 13:48:58 +07:00
parent 46f1a6f695
commit 66cda76504
2 changed files with 2 additions and 8 deletions

View File

@@ -65,10 +65,7 @@ relevant to your Operation System, please refer to the Wiki (links at the end of
* Type:
* (For CentOS)
yum install gcc make mysql mysql-devel mysql-server pcre-devel zlib-devel
rpm -Uvhhttp://repo.webtatic.com/yum/centos/5/latest.rpm
yum install --enablerepo=webtatic git-all
yum install --enablerepo=webtatic --disableexcludes=main git-all
yum install gcc make mysql mysql-devel mysql-server pcre-devel zlib-devel git
* (For Debian)
apt-get install git make gcc libmysqlclient-dev zlib1g-dev libpcre3-dev