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:
virtualguy 2016-02-29 19:20:51 +13:00
parent 95db870325
commit 6e338e2601

View file

@ -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: