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
diff --git a/stack.sh b/stack.sh
index cf638e8..43511f4 100755
--- a/stack.sh
+++ b/stack.sh
@@ -110,7 +110,7 @@
# 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"