Browse code

Add f17 to tested distro list

Change-Id: I2cbd1f90a0986936fa3e6139f789c1274aead627

Dean Troyer authored on 2012/06/21 23:57:43
Showing 1 changed files
... ...
@@ -91,8 +91,8 @@ DEST=${DEST:-/opt/stack}
91 91
 
92 92
 # Warn users who aren't on an explicitly supported distro, but allow them to
93 93
 # override check and attempt installation with ``FORCE=yes ./stack``
94
-if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|f16) ]]; then
95
-    echo "WARNING: this script has been tested on oneiric, precise and f16"
94
+if [[ ! ${DISTRO} =~ (oneiric|precise|quantal|f16|f17) ]]; then
95
+    echo "WARNING: this script has not been tested on $DISTRO"
96 96
     if [[ "$FORCE" != "yes" ]]; then
97 97
         echo "If you wish to run this script anyway run with FORCE=yes"
98 98
         exit 1