mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +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 -
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user