From 0036ceee8933f2b59e6201a2c2cb89aa7432663f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 23 Sep 2016 18:24:23 +0000 Subject: [PATCH] added yakkety and stretch; prepared for supoorting other architectures,namely armhf (raspberry pi) --- scripts/bootstrap-to-docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-to-docker.sh b/scripts/bootstrap-to-docker.sh index a5e8ab0..653ba7b 100755 --- a/scripts/bootstrap-to-docker.sh +++ b/scripts/bootstrap-to-docker.sh @@ -15,7 +15,7 @@ fi tmpdir=${tmpdir:-"/var/tmp"} docker_user=${docker_user:-${USER}} if test -z "$archs"; then - case $(dpkg --print-architecture); in + case "$(dpkg --print-architecture)" in (amd64) archs="i386 amd64";; (*) archs=$(dpkg --print-architecture) esac