diff --git a/README.rst b/README.rst index 5ba5089..9533f69 100644 --- a/README.rst +++ b/README.rst @@ -364,7 +364,8 @@ this offering, while limited, is as follows: - Ubuntu 16.04 - Ubuntu 18.04 -On Fedora 28, PIP installation must be allowed (-P) due to incompatibility with the shipped Tornado library. +On Fedora, PIP installation must be allowed (-P) due to incompatibility with the shipped Tornado +library. Installing the Python 3 packages for Salt is done via the ``-x`` option: diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 1c8239a..ffeb69b 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1622,7 +1622,7 @@ __check_end_of_life_versions() { fedora) # Fedora lower than 27 are no longer supported - if [ "$DISTRO_MAJOR_VERSION" -lt 27 ]; then + if [ "$DISTRO_MAJOR_VERSION" -lt 30 ]; then echoerror "End of life distributions are not supported." echoerror "Please consider upgrading to the next stable. See:" echoerror " https://fedoraproject.org/wiki/Releases"