Skip to content
Snippets Groups Projects
Commit cb47d162 authored by Colin O'Dell's avatar Colin O'Dell Committed by Paulus Schoutsen
Browse files

Don't use Debian's httpredir for backports (#5392)

parent 5ff9dfa4
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ echo "deb http://download.telldus.com/debian/ stable main" >> /etc/apt/sources.l
wget -qO - http://download.telldus.se/debian/telldus-public.key | apt-key add -
# Add jessie-backports
echo "deb http://httpredir.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
echo "deb http://deb.debian.org/debian jessie-backports main" >> /etc/apt/sources.list
# Install packages
apt-get update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment