From f7b129d79011e86dcc689c802780e41f1f9b8d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Arnauts?= 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 8082b452d60947..5081b4ba721992 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM python:3.6 LABEL maintainer="Paulus Schoutsen " # 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 805e411f47baa8..d4bf8b331f34ea 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