added yakkety and stretch; prepared for supoorting other architectures,namely armhf (raspberry pi)
This commit is contained in:
@@ -17,7 +17,7 @@ docker_user=${docker_user:-${USER}}
|
|||||||
if test -z "$archs"; then
|
if test -z "$archs"; then
|
||||||
case "$(dpkg --print-architecture)" in
|
case "$(dpkg --print-architecture)" in
|
||||||
(amd64) archs="i386 amd64";;
|
(amd64) archs="i386 amd64";;
|
||||||
(*) archs=$(dpkg --print-architecture)
|
(*) archs=$(dpkg --print-architecture);;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
ubuntu_qt5="yakkety xenial wily vivid trusty"
|
ubuntu_qt5="yakkety xenial wily vivid trusty"
|
||||||
|
Reference in New Issue
Block a user