|
...
|
...
|
@@ -185,7 +185,7 @@ source $TOP_DIR/stackrc
|
|
185
|
185
|
|
|
186
|
186
|
# Warn users who aren't on an explicitly supported distro, but allow them to
|
|
187
|
187
|
# override check and attempt installation with ``FORCE=yes ./stack``
|
|
188
|
|
-if [[ ! ${DISTRO} =~ (trusty|vivid|wily|7.0|wheezy|sid|testing|jessie|f22|f23|rhel7|kvmibm1) ]]; then
|
|
|
188
|
+if [[ ! ${DISTRO} =~ (trusty|wily|xenial|7.0|wheezy|sid|testing|jessie|f22|f23|rhel7|kvmibm1) ]]; then
|
|
189
|
189
|
echo "WARNING: this script has not been tested on $DISTRO"
|
|
190
|
190
|
if [[ "$FORCE" != "yes" ]]; then
|
|
191
|
191
|
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
|