Browse code

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

Vincent Untz authored on 2012/12/20 23:09:20
Showing 1 changed files
... ...
@@ -110,7 +110,7 @@ disable_negated_services
110 110
 
111 111
 # Warn users who aren't on an explicitly supported distro, but allow them to
112 112
 # override check and attempt installation with ``FORCE=yes ./stack``
113
-if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17|f18) ]]; then
113
+if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|raring|f16|f17|f18|opensuse-12.2) ]]; then
114 114
     echo "WARNING: this script has not been tested on $DISTRO"
115 115
     if [[ "$FORCE" != "yes" ]]; then
116 116
         echo "If you wish to run this script anyway run with FORCE=yes"