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 2810e95 + 7786625 commit 8904a4aCopy full SHA for 8904a4a
1 file changed
stack.sh
@@ -221,7 +221,7 @@ write_devstack_version
221
222
# Warn users who aren't on an explicitly supported distro, but allow them to
223
# override check and attempt installation with ``FORCE=yes ./stack``
224
-if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f27|f28|opensuse-42.3|opensuse-15.0|opensuse-tumbleweed|rhel7) ]]; then
+if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-42.3|opensuse-15.0|opensuse-tumbleweed|rhel7) ]]; then
225
echo "WARNING: this script has not been tested on $DISTRO"
226
if [[ "$FORCE" != "yes" ]]; then
227
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
0 commit comments