From 57e3623766a546ec6b9177f4a1f8fa378b1019b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 23 Sep 2016 18:24:55 +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 653ba7b..95131d7 100755 --- a/scripts/bootstrap-to-docker.sh +++ b/scripts/bootstrap-to-docker.sh @@ -17,7 +17,7 @@ docker_user=${docker_user:-${USER}} if test -z "$archs"; then case "$(dpkg --print-architecture)" in (amd64) archs="i386 amd64";; - (*) archs=$(dpkg --print-architecture) + (*) archs=$(dpkg --print-architecture);; esac fi ubuntu_qt5="yakkety xenial wily vivid trusty"