Browse Source

#32 use deb. instead of httpredir.

master
Arthur Lutz 7 years ago
parent
commit
e0c209703e
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      pillar.example

+ 2
- 2
pillar.example View File

@@ -52,7 +52,7 @@ apt:
type: [binary, source]
updates:
distro: stable-updates
url: http://httpredir.debian.org/debian/
url: http://deb.debian.org/debian/
comps: [main, contrib, non-free]
raspbian:
distro: wheezy
@@ -61,7 +61,7 @@ apt:
key_url: https://archive.raspbian.org/raspbian.public.key
debian-jessie:
distro: jessie
url: http://httpredir.debian.org/debian
url: http://deb.debian.org/debian
type: [source]
comps: [main, contrib, non-free]
dropbox:

Loading…
Cancel
Save