From e7bca2f86446e773472603b18728ce38c33acde9 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 20 Dec 2012 15:09:20 +0100 Subject: [PATCH] Make opensuse-12.2 a supported distribution This has been working well in my tests, and has been confirmed to work by others. I'll of course step up to fix things for openSUSE when needed. Change-Id: I1ecd345adf975b082aff3a473ab94291b39c8c93 --- stack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack.sh b/stack.sh index cf638e837c..43511f47b5 100755 --- a/stack.sh +++ b/stack.sh @@ -110,7 +110,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|f16|f17|f18) ]]; then +if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17|f18|opensuse-12.2) ]]; then echo "WARNING: this script has not been tested on $DISTRO" if [[ "$FORCE" != "yes" ]]; then echo "If you wish to run this script anyway run with FORCE=yes"