mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove debian repo from raspbian installation
Binary packages from stock debain repo (http://httpredir.debian.org/debian) are not armv6 compatible so should not be installed on raspberry pi version 1. Rasbian doesn't have jessie-backports so safer just to install python-tornado from stretch.
This commit is contained in:
parent
95db870325
commit
6e338e2601
1 changed files with 1 additions and 2 deletions
|
@ -167,7 +167,6 @@ To install fresh release of Salt minion on Jessie:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
echo 'deb http://httpredir.debian.org/debian jessie-backports main' >> /etc/apt/sources.list
|
||||
echo 'deb http://archive.raspbian.org/raspbian/ stretch main' >> /etc/apt/sources.list
|
||||
|
||||
#. Make Jessie a default release:
|
||||
|
@ -181,7 +180,7 @@ To install fresh release of Salt minion on Jessie:
|
|||
.. code-block:: bash
|
||||
|
||||
apt-get update
|
||||
apt-get install python-zmq python-tornado/jessie-backports salt-common/stretch
|
||||
apt-get install python-zmq python-tornado/stretch salt-common/stretch
|
||||
|
||||
#. Install Salt minion package from Stretch:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue