Skip to content

Commit

Permalink
feat: add edubuntu support, fixes quickemu-project#711 closes quickem…
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg authored and zen0bit committed Oct 23, 2023
1 parent 3d2bb8c commit 781c6e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,9 @@ function releases_ubuntu() {
local INTERIM_SUPPORT="23.04 23.10"

case "${OS}" in
edubuntu)
INTERIM_SUPPORT="${INTERIM_SUPPORT}"
;;
kubuntu|lubuntu|ubuntukylin|\
ubuntu-mate|ubuntustudio|xubuntu)
## after 14.04
Expand All @@ -825,7 +828,7 @@ function releases_ubuntu() {
esac


if [ "${OS}" == "ubuntu-unity" ] || [ "${OS}" == "ubuntucinnamon" ]; then
if [ "${OS}" == "edubuntu" ] || [ "${OS}" == "ubuntu-unity" ] || [ "${OS}" == "ubuntucinnamon" ]; then
echo ${INTERIM_SUPPORT} \
daily-live \
daily-canary \
Expand Down

0 comments on commit 781c6e3

Please sign in to comment.