sources.list: change {mirrordirector,archive}.raspbian.org to raspbian.raspberrypi.org
This commit is contained in:
parent
555417bbe6
commit
93db373672
|
@ -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'
|
# 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
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/bash -e
|
#!/bin/bash -e
|
||||||
|
|
||||||
if [ ! -d "${ROOTFS_DIR}" ]; then
|
if [ ! -d "${ROOTFS_DIR}" ]; then
|
||||||
bootstrap stretch "${ROOTFS_DIR}" http://mirrordirector.raspbian.org/raspbian/
|
bootstrap stretch "${ROOTFS_DIR}" http://raspbian.raspberrypi.org/raspbian/
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user