diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2b85597..dc4f471 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2919,7 +2919,7 @@ __enable_universe_repository() { __install_saltstack_ubuntu_repository() { # Workaround for latest non-LTS Ubuntu if { [ "$DISTRO_MAJOR_VERSION" -eq 20 ] && [ "$DISTRO_MINOR_VERSION" -eq 10 ]; } || \ - { [ "$DISTRO_MAJOR_VERSION" -eq 21 ] && [ "$DISTRO_MINOR_VERSION" -eq 04 ]; }; then + [ "$DISTRO_MAJOR_VERSION" -eq 21 ]; then echowarn "Non-LTS Ubuntu detected, but stable packages requested. Trying packages for previous LTS release. You may experience problems." UBUNTU_VERSION=20.04 UBUNTU_CODENAME="focal"