From 156120e4da21c67b2df79d0d7ae22222957e5fe1 Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Wed, 14 Dec 2022 12:09:31 -0800 Subject: [PATCH] Do not need check for Ubuntu. Workaround already in place to use older 20.04 packages for stable. --- bootstrap-salt.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index f29d872..21deddb 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1835,12 +1835,6 @@ if [ "$(echo "${DISTRO_NAME_L}" | grep -E '(centos|red_hat|scientific|almalinux| exit 1 fi -# Ubuntu after 22.x not supported by stable type -if [ "$(echo "${DISTRO_NAME_L}" | grep -E '(ubuntu)')" != "" ] && [ "$ITYPE" = "stable" ] && [ "$DISTRO_MAJOR_VERSION" -ge 22 ]; then - echoerror "${DISTRO_NAME} ${DISTRO_VERSION} not supported by stable type, use type onedir." - exit 1 -fi - # For Ubuntu derivatives, pretend to be their Ubuntu base version __ubuntu_derivatives_translation