mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use python-tornado from jessie-backports for pure debian
This commit is contained in:
parent
6e338e2601
commit
e48900ac55
1 changed files with 9 additions and 0 deletions
|
@ -177,6 +177,15 @@ To install fresh release of Salt minion on Jessie:
|
|||
|
||||
#. Install Salt dependencies:
|
||||
|
||||
**Debian**:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
apt-get update
|
||||
apt-get install python-zmq python-tornado/jessie-backports salt-common/stretch
|
||||
|
||||
**Raspbian**:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
apt-get update
|
||||
|
|
Loading…
Add table
Reference in a new issue