Change telldus domain to download.telldus.com (#11825)
This commit is contained in:
parent
e02d5e7ff1
commit
f7b129d790
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ FROM python:3.6
|
||||||
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
||||||
|
|
||||||
# Uncomment any of the following lines to disable the installation.
|
# Uncomment any of the following lines to disable the installation.
|
||||||
ENV INSTALL_TELLSTICK no
|
#ENV INSTALL_TELLSTICK no
|
||||||
#ENV INSTALL_OPENALPR no
|
#ENV INSTALL_OPENALPR no
|
||||||
#ENV INSTALL_FFMPEG no
|
#ENV INSTALL_FFMPEG no
|
||||||
#ENV INSTALL_LIBCEC no
|
#ENV INSTALL_LIBCEC no
|
||||||
|
|
|
@ -11,7 +11,7 @@ PACKAGES=(
|
||||||
|
|
||||||
# Add Tellstick repository
|
# Add Tellstick repository
|
||||||
echo "deb http://download.telldus.com/debian/ stable main" >> /etc/apt/sources.list.d/telldus.list
|
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 update
|
||||||
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
apt-get install -y --no-install-recommends ${PACKAGES[@]}
|
Loading…
Add table
Add a link
Reference in a new issue