Skip to content

Commit

Permalink
Merge pull request #227 from Raphux/master
Browse files Browse the repository at this point in the history
Add installation of EPEL repository in the centos 7 installation script.
  • Loading branch information
Raphux committed Nov 7, 2017
2 parents 53f4696 + 5126471 commit 921bc5f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions tools/passhport-install-script-centos7.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,9 @@ do
done

echo '##############################################################'
echo '# Installing python34-pip. If it installs, it mean EPEL are'
echo '# correctly configured.'
echo '# Installing EPEL repository…'
echo '##############################################################'
yum install -y python34-pip
if [ $? -ne 0 ]
then
echo "Couldn't install python34-pip package. Can't continue without it."
echo 'Is EPEL repository correctly installed ?'
exit 1
fi
yum install -y epel-release
echo '##############################################################'
echo '# Installing python34-pip, git and openssl package…'
echo '##############################################################'
Expand Down

0 comments on commit 921bc5f

Please sign in to comment.