mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Update README with the new supported distros and their versions.
This commit is contained in:
parent
c2d641bdde
commit
d7531f0698
1 changed files with 5 additions and 3 deletions
|
@ -22,7 +22,7 @@ For example, using ``curl`` to install latest git:
|
|||
|
||||
.. code:: console
|
||||
|
||||
curl -L http://bootstrap.saltstack.org | sudo sh -s git develop
|
||||
curl -L http://bootstrap.saltstack.org | sudo sh -s -- git develop
|
||||
|
||||
|
||||
|
||||
|
@ -45,7 +45,7 @@ If you already have python installed, then it's as easy as:
|
|||
|
||||
.. code:: console
|
||||
|
||||
python -m urllib "http://bootstrap.saltstack.org" | sudo sh -s git develop
|
||||
python -m urllib "http://bootstrap.saltstack.org" | sudo sh -s -- git develop
|
||||
|
||||
|
||||
On a FreeBSD base system you usually don't have either of the above binaries available. You **do**
|
||||
|
@ -141,7 +141,9 @@ Supported Operating Systems
|
|||
---------------------------
|
||||
- Ubuntu 10.x/11.x/12.x
|
||||
- Debian 6.x
|
||||
- CentOS 6.3
|
||||
- CentOS 5/6
|
||||
- Red Hat 5/6
|
||||
- Red Hat Enterprise 5/6
|
||||
- Fedora
|
||||
- Arch
|
||||
- FreeBSD 9.0
|
||||
|
|
Loading…
Add table
Reference in a new issue