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:
parent
5ff9dfa440
commit
cb47d16282
1 changed files with 1 additions and 1 deletions
|
@ -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 -
|
||||
|
||||
# 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
|
||||
apt-get update
|
||||
|
|
Loading…
Add table
Reference in a new issue