Change telldus domain to download.telldus.com (#11825)

This commit is contained in:
Michaël Arnauts 2018-01-20 17:07:45 +01:00 committed by Pascal Vizeli
parent e02d5e7ff1
commit f7b129d790
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ PACKAGES=(
# Add Tellstick repository
echo "deb http://download.telldus.com/debian/ stable main" >> /etc/apt/sources.list.d/telldus.list
wget -qO - http://download.telldus.se/debian/telldus-public.key | apt-key add -
wget -qO - http://download.telldus.com/debian/telldus-public.key | apt-key add -
apt-get update
apt-get install -y --no-install-recommends ${PACKAGES[@]}