Browse code

Add sudo to yum example

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

Change-Id: I5e64b3d751b55989a353bfe2bb691ea6e51690e3

kieleth authored on 2015/03/11 00:47:05
Showing 1 changed files
... ...
@@ -67,7 +67,7 @@ We'll grab the latest version of DevStack via https:
67 67
 
68 68
 ::
69 69
 
70
-    sudo apt-get install git -y || yum install -y git
70
+    sudo apt-get install git -y || sudo yum install -y git
71 71
     git clone https://git.openstack.org/openstack-dev/devstack
72 72
     cd devstack
73 73