mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
parent
80d68e37aa
commit
5f8324add0
2 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue