fix bash/curl command in development-stack.rst
make the curl/bash command work properly Change-Id: Id316ee54e4e5ab90bd5cf8fb5d4a655c05b50090 Closes-Bug: #1459182
This commit is contained in:
parent
ca676de49b
commit
21575644b1
@ -31,7 +31,7 @@ Alternatively, you can curl/wget the ``run-aio-build.sh`` script:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
curl http://git.openstack.org/cgit/stackforge/os-ansible-deployment/plain/scripts/run-aio-build.sh | bash
|
||||
bash <(curl -s http://git.openstack.org/cgit/stackforge/os-ansible-deployment/plain/scripts/run-aio-build.sh)
|
||||
|
||||
|
||||
To use these scripts successfully please make sure that you have the following:
|
||||
|
Loading…
Reference in New Issue
Block a user