Add 22.04 support for Ubuntu and flavours (#441)

This commit is contained in:
franksmcb 2022-04-22 02:44:23 -06:00 committed by GitHub
parent 6cea15885b
commit 4e196d57b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)