mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
added the 22.10 version for ubuntu and all quickemu-supported ubuntu flavors
This commit is contained in:
parent
72432bfad7
commit
c28db24184
1 changed files with 8 additions and 0 deletions
8
quickget
8
quickget
|
@ -478,6 +478,8 @@ function releases_tails() {
|
||||||
|
|
||||||
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"
|
||||||
|
|
||||||
case "${OS}" in
|
case "${OS}" in
|
||||||
kubuntu|lubuntu|ubuntukylin|\
|
kubuntu|lubuntu|ubuntukylin|\
|
||||||
ubuntu-mate|ubuntustudio|xubuntu)
|
ubuntu-mate|ubuntustudio|xubuntu)
|
||||||
|
@ -489,7 +491,11 @@ function releases_ubuntu() {
|
||||||
LTS_SUPPORT="${LTS_SUPPORT/14.04 16.04 /}"
|
LTS_SUPPORT="${LTS_SUPPORT/14.04 16.04 /}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
INTERIM_SUPPORT="${INTERIM_SUPPORT/22.10 /}"
|
||||||
|
|
||||||
echo ${LTS_SUPPORT} \
|
echo ${LTS_SUPPORT} \
|
||||||
|
${INTERIM_SUPPORT} \
|
||||||
jammy-daily \
|
jammy-daily \
|
||||||
daily-live \
|
daily-live \
|
||||||
daily-canary \
|
daily-canary \
|
||||||
|
@ -529,6 +535,7 @@ function releases_ubuntu() {
|
||||||
eol-21.04 \
|
eol-21.04 \
|
||||||
eol-21.10 \
|
eol-21.10 \
|
||||||
;
|
;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function releases_void() {
|
function releases_void() {
|
||||||
|
@ -2015,6 +2022,7 @@ else
|
||||||
echo -n " - Releases: "
|
echo -n " - Releases: "
|
||||||
releases_ubuntu | sed -Ee 's/eol-\S+//g' # hide eol releases
|
releases_ubuntu | sed -Ee 's/eol-\S+//g' # hide eol releases
|
||||||
;;
|
;;
|
||||||
|
|
||||||
*)
|
*)
|
||||||
echo -n " - Releases: "
|
echo -n " - Releases: "
|
||||||
releases_"${OS}"
|
releases_"${OS}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue