From 5eb9600a2cf139852a38603adac547b6fcf9f984 Mon Sep 17 00:00:00 2001 From: Luigi Freitas Cruz Date: Sat, 22 Feb 2020 13:23:33 -0300 Subject: [PATCH] A --- builder/stage0/00-configure-apt/files/raspi.list | 2 +- builder/stage0/00-configure-apt/files/sources.list | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/stage0/00-configure-apt/files/raspi.list b/builder/stage0/00-configure-apt/files/raspi.list index 122287e..39bfa51 100644 --- a/builder/stage0/00-configure-apt/files/raspi.list +++ b/builder/stage0/00-configure-apt/files/raspi.list @@ -1,3 +1,3 @@ -deb http://archive.raspberrypi.org/debian/ buster main +deb rsync://archive.raspberrypi.org/debian/ buster main # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://archive.raspberrypi.org/debian/ buster main diff --git a/builder/stage0/00-configure-apt/files/sources.list b/builder/stage0/00-configure-apt/files/sources.list index 9cb5c06..601d571 100644 --- a/builder/stage0/00-configure-apt/files/sources.list +++ b/builder/stage0/00-configure-apt/files/sources.list @@ -1,3 +1,3 @@ -deb http://mirrors.ocf.berkeley.edu/raspbian/raspbian buster main contrib non-free rpi +deb rsync://mirrors.ocf.berkeley.edu/raspbian/raspbian buster main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' #deb-src http://raspbian.raspberrypi.org/raspbian/ buster main contrib non-free rpi