1
0
Fork 0

Move from "jessie" to "stretch" release

This commit is contained in:
Braiden Vasco 2017-09-24 08:16:50 +00:00
parent 896e6c581f
commit 8c0b3e255b
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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