From 8c0b3e255bcacca532b3fb5f86042dc0123058f6 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Sun, 24 Sep 2017 08:16:50 +0000 Subject: [PATCH] Move from "jessie" to "stretch" release --- build.sh | 2 +- files/etc/apt/sources.list | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 0e2f12a..ed0e828 100755 --- a/build.sh +++ b/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 diff --git a/files/etc/apt/sources.list b/files/etc/apt/sources.list index e334582..0f89c89 100644 --- a/files/etc/apt/sources.list +++ b/files/etc/apt/sources.list @@ -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