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

@ -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

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[@]}