Commit c845428b authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Add official support for Suse SLE.

Suse SLE is now officially supported and does no longer require
`FORCE=true`.

See merge request nexedi/slapos.core!655
parent 1e121801
......@@ -42,7 +42,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} =~ (stretch|buster|bullseye|bookworm|xenial|bionic|focal|jammy|noble|Kylin-v10.|rhel7|Linuxmint-21.1) ]]; then
if [[ ! ${DISTRO} =~ (stretch|buster|bullseye|bookworm|xenial|bionic|focal|jammy|noble|Kylin-v10.|rhel7|Linuxmint-21.1|sle) ]]; 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