diff --git a/builder/stage0/00-configure-apt/files/raspi.list b/builder/stage0/00-configure-apt/files/raspi.list index cff6a82..122287e 100644 --- a/builder/stage0/00-configure-apt/files/raspi.list +++ b/builder/stage0/00-configure-apt/files/raspi.list @@ -1,3 +1,3 @@ -deb ftp://archive.raspberrypi.org/debian/ buster main +deb http://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 87af863..9cb5c06 100644 --- a/builder/stage0/00-configure-apt/files/sources.list +++ b/builder/stage0/00-configure-apt/files/sources.list @@ -1,3 +1,3 @@ -deb ftp://mirrors.ocf.berkeley.edu/raspbian/raspbian buster main contrib non-free rpi +deb http://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