mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Move Ubuntu 22.10 releases into eol
https://github.com/quickemu-project/quickemu/pull/724 Co-authored-by: Phil Clifford <philip.clifford@gmail.com>
This commit is contained in:
parent
bbf62dea46
commit
c9a7973788
1 changed files with 4 additions and 3 deletions
7
quickget
7
quickget
|
@ -673,7 +673,7 @@ function releases_tuxedoos() {
|
||||||
|
|
||||||
function releases_ubuntu() {
|
function releases_ubuntu() {
|
||||||
local LTS_SUPPORT="14.04 16.04 18.04 20.04 22.04"
|
local LTS_SUPPORT="14.04 16.04 18.04 20.04 22.04"
|
||||||
local INTERIM_SUPPORT="22.10 23.04"
|
local INTERIM_SUPPORT="23.04"
|
||||||
|
|
||||||
case "${OS}" in
|
case "${OS}" in
|
||||||
kubuntu|lubuntu|ubuntukylin|\
|
kubuntu|lubuntu|ubuntukylin|\
|
||||||
|
@ -689,7 +689,7 @@ function releases_ubuntu() {
|
||||||
INTERIM_SUPPORT="${INTERIM_SUPPORT}"
|
INTERIM_SUPPORT="${INTERIM_SUPPORT}"
|
||||||
;;
|
;;
|
||||||
ubuntucinnamon)
|
ubuntucinnamon)
|
||||||
INTERIM_SUPPORT="${INTERIM_SUPPORT/22.10 /}"
|
INTERIM_SUPPORT="${INTERIM_SUPPORT}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -742,13 +742,14 @@ function releases_ubuntu() {
|
||||||
eol-20.10 \
|
eol-20.10 \
|
||||||
eol-21.04 \
|
eol-21.04 \
|
||||||
eol-21.10 \
|
eol-21.10 \
|
||||||
|
eol-22.10 \
|
||||||
;
|
;
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_ubuntu-server() {
|
function releases_ubuntu-server() {
|
||||||
local LTS_SUPPORT="18.04 20.04 22.04"
|
local LTS_SUPPORT="18.04 20.04 22.04"
|
||||||
local INTERIM_SUPPORT="22.10 23.04"
|
local INTERIM_SUPPORT="23.04"
|
||||||
echo ${LTS_SUPPORT} \
|
echo ${LTS_SUPPORT} \
|
||||||
${INTERIM_SUPPORT} \
|
${INTERIM_SUPPORT} \
|
||||||
daily-live
|
daily-live
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue