diff options
author | Serge Schneider <[email protected]> | 2018-03-28 10:58:28 +0100 |
---|---|---|
committer | Serge Schneider <[email protected]> | 2018-03-28 10:58:28 +0100 |
commit | 93db3736721d968a6ab67d37243d6f3aa6958d00 (patch) | |
tree | 77779ef3b52c313eb8339cba9add279c511e072a /stage0 | |
parent | 555417bbe665b23ad81eda5ab9cb0c9edfcd480b (diff) |
sources.list: change {mirrordirector,archive}.raspbian.org to raspbian.raspberrypi.org
Diffstat (limited to 'stage0')
-rw-r--r-- | stage0/00-configure-apt/files/sources.list | 4 | ||||
-rwxr-xr-x | stage0/prerun.sh | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/stage0/00-configure-apt/files/sources.list b/stage0/00-configure-apt/files/sources.list index f13c50c..45e5210 100644 --- a/stage0/00-configure-apt/files/sources.list +++ b/stage0/00-configure-apt/files/sources.list @@ -1,3 +1,3 @@ -deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi +deb http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' -#deb-src http://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi +#deb-src http://raspbian.raspberrypi.org/raspbian/ stretch main contrib non-free rpi diff --git a/stage0/prerun.sh b/stage0/prerun.sh index 80c43f7..7c09b02 100755 --- a/stage0/prerun.sh +++ b/stage0/prerun.sh @@ -1,5 +1,5 @@ #!/bin/bash -e if [ ! -d "${ROOTFS_DIR}" ]; then - bootstrap stretch "${ROOTFS_DIR}" http://mirrordirector.raspbian.org/raspbian/ + bootstrap stretch "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/ fi |