Skip to content

Commit

Permalink
Fix stretch compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
ayufan committed Jun 25, 2017
1 parent 73d4cf9 commit b058568
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rootfs/make_rootfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b058568

Please sign in to comment.