feat: add edubuntu support, fixes #711 closes #757

This commit is contained in:
Martin Wimpress 2023-10-16 12:23:02 +01:00 committed by Martin Wimpress
parent b816a4aa89
commit 3665309a88

View File

@ -606,6 +606,9 @@ function releases_ubuntu() {
local INTERIM_SUPPORT="23.04 23.10" local INTERIM_SUPPORT="23.04 23.10"
case "${OS}" in case "${OS}" in
edubuntu)
INTERIM_SUPPORT="${INTERIM_SUPPORT}"
;;
kubuntu|lubuntu|ubuntukylin|\ kubuntu|lubuntu|ubuntukylin|\
ubuntu-mate|ubuntustudio|xubuntu) ubuntu-mate|ubuntustudio|xubuntu)
## after 14.04 ## after 14.04
@ -624,12 +627,11 @@ function releases_ubuntu() {
esac esac
if [ "${OS}" == "ubuntu-unity" ] || [ "${OS}" == "ubuntucinnamon" ]; then if [ "${OS}" == "edubuntu" ] || [ "${OS}" == "ubuntu-unity" ] || [ "${OS}" == "ubuntucinnamon" ]; then
echo ${INTERIM_SUPPORT} \ echo ${INTERIM_SUPPORT} \
daily-live \ daily-live \
daily-canary \ daily-canary \
; ;
else else
echo ${LTS_SUPPORT} \ echo ${LTS_SUPPORT} \
${INTERIM_SUPPORT} \ ${INTERIM_SUPPORT} \