mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
Fix, decode binary to ascii
This commit is contained in:
parent
b36d41319b
commit
0f80c90dbb
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())' > bootstrap-salt.sh
|
||||
python -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