Add sudo to yum example

Add sudo to yum example so following along with copy-paste works

Change-Id: I5e64b3d751b55989a353bfe2bb691ea6e51690e3
This commit is contained in:
kieleth 2015-03-10 08:47:05 -07:00 committed by Ian Wienand
parent c5ab3e0c86
commit a72a393d65

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