fix: Fixed epel url for centos 7.x

pull/1216/head
Iglocska 2016-06-05 23:27:13 +02:00
parent 3172be5d40
commit b094af8b12
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ yum update
Once the system is installed you can perform the following steps as root:
# We need some packages from the Extra Packages for Enterprise Linux repository
curl -o epel.rpm http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
curl -o epel.rpm http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-6.noarch.rpm
rpm -Uvh epel.rpm
# Since MISP 2.4 PHP 5.5 is a minimal requirement, so we need a newer version than CentOS base provides