Skip to content

Commit

Permalink
a small fix for #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Mar 21, 2015
1 parent 91d4d42 commit 1c94aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo ":: Distro: $DISTRO"

if [ "$OS" == "rhel" ] ; then
echo ":: Installing prerequisites"
yum install -y epel*
yum install -y epel-release
yum install -y gcc python-devel python-pip libxslt-devel libxml2-devel libffi-devel openssl-devel libjpeg-turbo-devel libpng-devel dbus-python || exit 1
fi

Expand Down

0 comments on commit 1c94aa6

Please sign in to comment.