Update prepare.sh
This commit is contained in:
parent
fa1cca8b17
commit
9c64ce99c5
@ -41,8 +41,8 @@ elif [[ `cat /etc/issue | grep -i "red hat enterprise.*release.*6.*"` ]] ; then
|
|||||||
$PIP install $PIPS
|
$PIP install $PIPS
|
||||||
echo "DEVSTACKpy for RHEL 6 is ready to rock & roll."
|
echo "DEVSTACKpy for RHEL 6 is ready to rock & roll."
|
||||||
elif [[ `cat /etc/issue | grep -i "fedora.*release.*16"` ]] ; then
|
elif [[ `cat /etc/issue | grep -i "fedora.*release.*16"` ]] ; then
|
||||||
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python python-progressbar"
|
PKGS="python-pip gcc python-netifaces git python-pep8 pylint python python-progressbar PyYAML"
|
||||||
PIPS="termcolor pyyaml"
|
PIPS="termcolor"
|
||||||
PIP="pip-python -q"
|
PIP="pip-python -q"
|
||||||
YUM="yum install -q -y"
|
YUM="yum install -q -y"
|
||||||
# Now do it!
|
# Now do it!
|
||||||
|
Loading…
Reference in New Issue
Block a user