mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
feat: add support for ubuntu 23.10
This commit is contained in:
parent
05c7511b2f
commit
b816a4aa89
1 changed files with 2 additions and 2 deletions
4
quickget
4
quickget
|
@ -603,7 +603,7 @@ function releases_truenas-scale() {
|
||||||
|
|
||||||
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="23.04"
|
local INTERIM_SUPPORT="23.04 23.10"
|
||||||
|
|
||||||
case "${OS}" in
|
case "${OS}" in
|
||||||
kubuntu|lubuntu|ubuntukylin|\
|
kubuntu|lubuntu|ubuntukylin|\
|
||||||
|
@ -679,7 +679,7 @@ function releases_ubuntu() {
|
||||||
|
|
||||||
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="23.04"
|
local INTERIM_SUPPORT="23.04 23.10"
|
||||||
echo ${LTS_SUPPORT} \
|
echo ${LTS_SUPPORT} \
|
||||||
${INTERIM_SUPPORT} \
|
${INTERIM_SUPPORT} \
|
||||||
daily-live
|
daily-live
|
||||||
|
|
Loading…
Reference in a new issue