Move from "jessie" to "stretch" release
This commit is contained in:
parent
896e6c581f
commit
8c0b3e255b
2 changed files with 3 additions and 3 deletions
2
build.sh
2
build.sh
|
@ -161,7 +161,7 @@ if [ ! -d "$ROOTFS_DIR" ]; then
|
|||
--components=main,contrib,non-free \
|
||||
--arch armhf \
|
||||
--keyring $KEYS_DIR/raspbian-archive-keyring.gpg \
|
||||
jessie \
|
||||
stretch \
|
||||
$ROOTFS_DIR \
|
||||
http://mirrordirector.raspbian.org/raspbian/" || rmdir "$ROOTFS_DIR/debootstrap/"
|
||||
fi
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
deb http://mirrordirector.raspbian.org/raspbian jessie main
|
||||
deb http://archive.raspberrypi.org/debian jessie main
|
||||
deb http://mirrordirector.raspbian.org/raspbian stretch main
|
||||
deb http://archive.raspberrypi.org/debian stretch main
|
||||
|
|
Reference in a new issue