Commit ea670b5f authored by Scotty Logan's avatar Scotty Logan
Browse files

trying the cloudfront debian mirror

parent 51d9aefe
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -6,21 +6,21 @@ base::packages::install:
base::sources:
  main:
    comment:  "Debian APT Repo"
    location: http://httpredir.debian.org/debian
    location: https://cloudfront.debian.net/debian
    repos: "main contrib non-free"
  updates:
    comment: "Debian Updates APT Repo"
    location: http://httpredir.debian.org/debian
    location: https://cloudfront.debian.net/debian
    release: "%{lsbdistcodename}-updates"
    repos: "main contrib non-free"
  security:
    comment: "Debian Security APT Repo"
    location: http://security.debian.org/
    location: https://cloudfront.debian.net/debian-security/
    release: "%{lsbdistcodename}/updates"
    repos: "main contrib non-free"
  backports:
    comment: "Debian Backports APT Repo"
    location: http://httpredir.debian.org/debian
    location: https://cloudfront.debian.net/debian
    release: "%{lsbdistcodename}-backports"
    repos: "main contrib non-free"