Browse code

Add utopic and vivid as a supported distros

Change-Id: I63843335bd70ab9701bbd10dcf61f3eaa45a10e8

Tony Breeds authored on 2015/05/15 11:51:16
Showing 1 changed files
... ...
@@ -173,7 +173,7 @@ source $TOP_DIR/stackrc
173 173
 
174 174
 # Warn users who aren't on an explicitly supported distro, but allow them to
175 175
 # override check and attempt installation with ``FORCE=yes ./stack``
176
-if [[ ! ${DISTRO} =~ (precise|trusty|7.0|wheezy|sid|testing|jessie|f20|f21|f22|rhel7) ]]; then
176
+if [[ ! ${DISTRO} =~ (precise|trusty|utopic|vivid|7.0|wheezy|sid|testing|jessie|f20|f21|f22|rhel7) ]]; then
177 177
     echo "WARNING: this script has not been tested on $DISTRO"
178 178
     if [[ "$FORCE" != "yes" ]]; then
179 179
         die $LINENO "If you wish to run this script anyway run with FORCE=yes"