mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Add another one liner, fetch
.
This commit is contained in:
parent
af8530dc0c
commit
3b2e1630d6
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,14 @@ If you already have python installed, then it's as easy as:
|
|||
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** have ``fetch`` available though:
|
||||
|
||||
.. code:: console
|
||||
|
||||
fetch -o - http://bootstrap.saltstack.org | sudo sh
|
||||
|
||||
|
||||
|
||||
Adding support for other operating systems
|
||||
------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue