Add 22.04 support for Ubuntu and flavours (#441)

pull/445/head
franksmcb 2 years ago committed by GitHub
parent 6cea15885b
commit 4e196d57b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      quickget

@ -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)

Loading…
Cancel
Save