From b058568b780871205ad9215a3e36c14497a3d23f Mon Sep 17 00:00:00 2001 From: Kamil Trzcinski Date: Sun, 25 Jun 2017 12:56:49 +0200 Subject: [PATCH] Fix stretch compilation --- rootfs/make_rootfs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rootfs/make_rootfs.sh b/rootfs/make_rootfs.sh index 1790817..f3cf69b 100755 --- a/rootfs/make_rootfs.sh +++ b/rootfs/make_rootfs.sh @@ -156,12 +156,12 @@ export DEBIAN_FRONTEND=noninteractive locale-gen en_US.UTF-8 apt-get -y update apt-get -y install dosfstools curl xz-utils iw rfkill wpasupplicant openssh-server alsa-utils \ - nano git build-essential vim jq wget ca-certificates software-properties-common + nano git build-essential vim jq wget ca-certificates software-properties-common dirmngr apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BF428671 if [[ "$DISTRO" == "jessie" ]]; then REPO=xenial elif [[ "$DISTRO" == "stretch" ]]; then - REPO=zesty + REPO=xenial else REPO="$DISTRO" fi