mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Added an example specifying a git tag using wget
This commit is contained in:
parent
414986765a
commit
b81a5cc5e8
1 changed files with 7 additions and 0 deletions
|
@ -47,6 +47,13 @@ If you have certificate issues using ``wget`` try the following:
|
||||||
wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh
|
wget --no-check-certificate -O - http://bootstrap.saltstack.org | sudo sh
|
||||||
|
|
||||||
|
|
||||||
|
Install a specific version from git using ``wget``:
|
||||||
|
|
||||||
|
.. code:: console
|
||||||
|
|
||||||
|
wget -O - http://bootstrap.saltstack.org | sh -s -- -P git v0.16.4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
If you already have python installed, ``python 2.6``, then it's as easy as:
|
If you already have python installed, ``python 2.6``, then it's as easy as:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue