commit | b6a74cdceba9791a5185f2388b583007904b1b70 | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Fri Apr 29 19:59:51 2016 -0400 |
committer | Andy Bavier <acb@cs.princeton.edu> | Fri Apr 29 19:59:51 2016 -0400 |
tree | 43f91752d96314818a4d2a189e281914a5c3b19a | |
parent | 50434672a9983262eeaad0b5f77430a94cb0bc72 [diff] |
Install git
diff --git a/scripts/single-node-pod.sh b/scripts/single-node-pod.sh index 985e6f8..0ba7657 100755 --- a/scripts/single-node-pod.sh +++ b/scripts/single-node-pod.sh
@@ -2,6 +2,8 @@ function bootstrap() { cd ~ + sudo apt-get update + sudo apt-get -y install git git clone https://github.com/open-cloud/openstack-cluster-setup.git cd ~/openstack-cluster-setup ./bootstrap.sh