Commit 83de97ed authored by Scotty Logan's avatar Scotty Logan
Browse files

Switching all deb.debian.org repos from to http

apt-get update complains about file size mismatches with https and
deb.debian.org
parent c2f5503c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,17 +10,17 @@ base::packages::sources:
    repos: "main contrib non-free"
  updates:
    comment: "Debian Updates APT Repo"
    location: https://deb.debian.org/debian
    location: http://deb.debian.org/debian
    release: "%{lsbdistcodename}-updates"
    repos: "main contrib non-free"
  security:
    comment: "Debian Security APT Repo"
    location: https://deb.debian.org/debian-security/
    location: http://deb.debian.org/debian-security/
    release: "%{lsbdistcodename}/updates"
    repos: "main contrib non-free"
  backports:
    comment: "Debian Backports APT Repo"
    location: https://deb.debian.org/debian
    location: http://deb.debian.org/debian
    release: "%{lsbdistcodename}-backports"
    repos: "main contrib non-free"
  stanford: