Merge "Add sudo to yum example"

This commit is contained in:
Jenkins 2015-03-11 04:49:56 +00:00 committed by Gerrit Code Review
commit b62e934073
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ We'll grab the latest version of DevStack via https:
::
sudo apt-get install git -y || yum install -y git
sudo apt-get install git -y || sudo yum install -y git
git clone https://git.openstack.org/openstack-dev/devstack
cd devstack