mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
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
@ -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…
x
Reference in New Issue
Block a user