From 74e492fe7c6754c0e10f62c2b76ab5f36b1f7571 Mon Sep 17 00:00:00 2001 From: zenobit Date: Sat, 1 Apr 2023 19:07:14 +0200 Subject: [PATCH] Prepare for 23.04 and add Ubuntu Cinnamon --- quickget | 14 ++++++++++---- supported.md | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/quickget b/quickget index f4b187b..6ef102a 100755 --- a/quickget +++ b/quickget @@ -75,6 +75,7 @@ function pretty_name() { truenas-core) PRETTY_NAME="TrueNAS Core";; truenas-scale) PRETTY_NAME="TrueNAS Scale";; ubuntu-budgie) PRETTY_NAME="Ubuntu Budgie";; + ubuntucinnamon) PRETTY_NAME="Ubuntu Cinnamon";; ubuntukylin) PRETTY_NAME="Ubuntu Kylin";; ubuntu-mate) PRETTY_NAME="Ubuntu MATE";; ubuntustudio) PRETTY_NAME="Ubuntu Studio";; @@ -239,6 +240,7 @@ function os_support() { truenas-scale \ ubuntu \ ubuntu-budgie \ + ubuntucinnamon \ ubuntukylin \ ubuntu-mate \ ubuntustudio \ @@ -630,7 +632,7 @@ function releases_truenas-scale() { function releases_ubuntu() { local LTS_SUPPORT="14.04 16.04 18.04 20.04 22.04" - local INTERIM_SUPPORT="22.10" + local INTERIM_SUPPORT="22.10 23.04" case "${OS}" in kubuntu|lubuntu|ubuntukylin|\ @@ -645,14 +647,17 @@ function releases_ubuntu() { ubuntu-unity) INTERIM_SUPPORT="${INTERIM_SUPPORT}" ;; + ubuntucinnamon) + INTERIM_SUPPORT="${INTERIM_SUPPORT/22.10 /}" + ;; esac - INTERIM_SUPPORT="${INTERIM_SUPPORT/22.10 /}" + #INTERIM_SUPPORT="${INTERIM_SUPPORT/22.10 /}" - if [ "${OS}" == "ubuntu-unity" ]; then + if [ "${OS}" == "ubuntu-unity" ] || [ "${OS}" == "ubuntucinnamon" ]; then echo ${INTERIM_SUPPORT} \ daily-live \ - daily-canary \ + daily-canary \ ; else @@ -2618,3 +2623,4 @@ else fi # vim:tabstop=4:shiftwidth=4:expandtab + diff --git a/supported.md b/supported.md index 6e4642b..9715952 100644 --- a/supported.md +++ b/supported.md @@ -59,6 +59,7 @@ truenas-core truenas-scale ubuntu ubuntu-budgie +ubuntucinnamon ubuntukylin ubuntu-mate ubuntustudio