Add 22.04 support for Ubuntu and flavours

This commit is contained in:
franksmcb 2022-04-21 20:48:30 -06:00
parent 6cea15885b
commit efb6553f6d

View File

@ -441,7 +441,7 @@ function releases_tails() {
}
function releases_ubuntu() {
local LTS_SUPPORT="14.04 16.04 18.04 20.04"
local LTS_SUPPORT="14.04 16.04 18.04 20.04 22.04"
case "${OS}" in
kubuntu|lubuntu|ubuntukylin|\
ubuntu-mate|ubuntustudio|xubuntu)