Add sudo to yum example so following along with copy-paste works
Change-Id: I5e64b3d751b55989a353bfe2bb691ea6e51690e3
| ... | ... |
@@ -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 |
|