We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8462546 + cdf9c0f commit 09a710bCopy full SHA for 09a710b
1 file changed
stack.sh
@@ -185,7 +185,7 @@ source $TOP_DIR/stackrc
185
186
# Warn users who aren't on an explicitly supported distro, but allow them to
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
+if [[ ! ${DISTRO} =~ (trusty|wily|xenial|7.0|wheezy|sid|testing|jessie|f22|f23|rhel7|kvmibm1) ]]; then
189
echo "WARNING: this script has not been tested on $DISTRO"
190
if [[ "$FORCE" != "yes" ]]; then
191
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
0 commit comments