From cdf9c0f73b7a8d332852d43dacad8cd0c8993a1e Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 7 Apr 2016 14:41:58 -0400 Subject: [PATCH] Replace vivid support with xenial Ubuntu vivid support is EOL lets make room for xenial. Change-Id: I21c4966c80e0b5fc2b1a7448020dd1c75e0070ad Signed-off-by: Paul Belanger --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 6e1fe37f2a..739d939ff1 100755 --- a/stack.sh +++ b/stack.sh @@ -185,7 +185,7 @@ source $TOP_DIR/stackrc # Warn users who aren't on an explicitly supported distro, but allow them to # override check and attempt installation with ``FORCE=yes ./stack`` -if [[ ! ${DISTRO} =~ (trusty|vivid|wily|7.0|wheezy|sid|testing|jessie|f22|f23|rhel7|kvmibm1) ]]; then +if [[ ! ${DISTRO} =~ (trusty|wily|xenial|7.0|wheezy|sid|testing|jessie|f22|f23|rhel7|kvmibm1) ]]; then echo "WARNING: this script has not been tested on $DISTRO" if [[ "$FORCE" != "yes" ]]; then die $LINENO "If you wish to run this script anyway run with FORCE=yes"