From f7b129d79011e86dcc689c802780e41f1f9b8d70 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= <michael.arnauts@gmail.com>
Date: Sat, 20 Jan 2018 17:07:45 +0100
Subject: [PATCH] Change telldus domain to download.telldus.com (#11825)

---
 Dockerfile                              | 2 +-
 virtualization/Docker/scripts/tellstick | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 8082b452d60..5081b4ba721 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ FROM python:3.6
 LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
 
 # Uncomment any of the following lines to disable the installation.
-ENV INSTALL_TELLSTICK no
+#ENV INSTALL_TELLSTICK no
 #ENV INSTALL_OPENALPR no
 #ENV INSTALL_FFMPEG no
 #ENV INSTALL_LIBCEC no
diff --git a/virtualization/Docker/scripts/tellstick b/virtualization/Docker/scripts/tellstick
index 805e411f47b..d4bf8b331f3 100755
--- a/virtualization/Docker/scripts/tellstick
+++ b/virtualization/Docker/scripts/tellstick
@@ -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[@]}
\ No newline at end of file
-- 
GitLab