mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add 22.04 support for Ubuntu and flavours (#441)
This commit is contained in:
parent
6cea15885b
commit
4e196d57b0
1 changed files with 1 additions and 1 deletions
2
quickget
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…
Reference in a new issue