mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Use python3 instead of python
This commit is contained in:
parent
0f80c90dbb
commit
9dd552cbb3
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ or with python version 3:
|
|||
|
||||
.. code:: console
|
||||
|
||||
python -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read().decode("ascii"))' > bootstrap-salt.sh
|
||||
python3 -c 'import urllib.request; print(urllib.request.urlopen("https://bootstrap.saltstack.com").read().decode("ascii"))' > bootstrap-salt.sh
|
||||
|
||||
Install using fetch
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
|
Loading…
Add table
Reference in a new issue