From f470d95b907b91e2879e389ea75dbdb1cb525b74 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Fri, 25 Oct 2013 15:08:44 -0700 Subject: [PATCH] Enable trusty Enable Trusty Tahir (14.04) the next Ubuntu LTS release. Change-Id: I48fe52345fefaf9ac7ba4be7d3f5675f72eea754 Signed-off-by: Chuck Short --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index 6de7599bbf..36312ea619 100755 --- a/stack.sh +++ b/stack.sh @@ -131,7 +131,7 @@ disable_negated_services # 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} =~ (oneiric|precise|quantal|raring|saucy|7.0|wheezy|sid|testing|jessie|f16|f17|f18|f19|opensuse-12.2|rhel6) ]]; then +if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|saucy|trusty|7.0|wheezy|sid|testing|jessie|f16|f17|f18|f19|opensuse-12.2|rhel6) ]]; 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"