|
...
|
...
|
@@ -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"
|