From ac23048cd621ae62eb15860ca04c41300cd5873e Mon Sep 17 00:00:00 2001 From: John Hubbard Date: Wed, 24 Apr 2024 10:52:13 -0600 Subject: [PATCH] Add support for mint-21 Mint 21 is an Ubuntu 22.04 derivative so add it to the list. --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index d06d14438..85f3e7cfa 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -1456,6 +1456,7 @@ __ubuntu_derivatives_translation() { linuxmint_18_ubuntu_base="16.04" linuxmint_19_ubuntu_base="18.04" linuxmint_20_ubuntu_base="20.04" + linuxmint_21_ubuntu_base="22.04" linaro_12_ubuntu_base="12.04" elementary_os_02_ubuntu_base="12.04" neon_16_ubuntu_base="16.04"