forked from home-assistant/core
Don't use Debian's httpredir for backports (#5392)
Hopefully this solves https://github.com/home-assistant/home-assistant/pull/5322#issuecomment-273041585
This commit is contained in:
committed by
Paulus Schoutsen
parent
5ff9dfa440
commit
cb47d16282
@@ -35,7 +35,7 @@ echo "deb http://download.telldus.com/debian/ stable main" >> /etc/apt/sources.l
|
|||||||
wget -qO - http://download.telldus.se/debian/telldus-public.key | apt-key add -
|
wget -qO - http://download.telldus.se/debian/telldus-public.key | apt-key add -
|
||||||
|
|
||||||
# Add jessie-backports
|
# Add jessie-backports
|
||||||
echo "deb http://httpredir.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
|
echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
apt-get update
|
apt-get update
|
||||||
|
Reference in New Issue
Block a user