Commit 34fd1835 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos_web_deploy: Ubuntu 20.04 is supported

parent 430ce2cb
Pipeline #9248 failed with stage
in 0 seconds
......@@ -40,7 +40,7 @@ fi
# Warn users who aren't on an explicitly supported distro, but allow them to
# override check and attempt installation with ``export FORCE=yes``
if [[ ! ${DISTRO} =~ (jessie|stretch|buster|xenial|bionic|disco|eoan|rhel7) ]]; then
if [[ ! ${DISTRO} =~ (jessie|stretch|buster|xenial|bionic|eoan|focal|rhel7) ]]; then
echo "WARNING: this script has not been tested on $DISTRO"
if [[ "$FORCE" != "yes" ]]; then
die $LINENO "If you wish to run this script anyway run with FORCE=yes"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment