mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Update README.rst formatting
This commit is contained in:
parent
711768ddec
commit
ca005f87fe
1 changed files with 3 additions and 2 deletions
|
@ -47,11 +47,12 @@ In order to install salt for a distribution you need to define:
|
|||
|
||||
Below is an example for Ubuntu Oneiric:
|
||||
|
||||
.. code:: sh
|
||||
.. code:: bash
|
||||
|
||||
install_ubuntu_1110_deps() {
|
||||
apt-get update
|
||||
apt-get -y install python-software-properties
|
||||
add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric
|
||||
add-apt-repository -y 'deb http://us.archive.ubuntu.com/ubuntu/ oneiric
|
||||
universe'
|
||||
add-apt-repository -y ppa:saltstack/salt
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue