feat: add support for ubuntu 23.10

This commit is contained in:
Martin Wimpress 2023-10-16 12:09:56 +01:00 committed by Martin Wimpress
parent 05c7511b2f
commit b816a4aa89
1 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ function releases_truenas-scale() {
function releases_ubuntu() {
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
kubuntu|lubuntu|ubuntukylin|\
@ -679,7 +679,7 @@ function releases_ubuntu() {
function releases_ubuntu-server() {
local LTS_SUPPORT="18.04 20.04 22.04"
local INTERIM_SUPPORT="23.04"
local INTERIM_SUPPORT="23.04 23.10"
echo ${LTS_SUPPORT} \
${INTERIM_SUPPORT} \
daily-live