mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
parent
b816a4aa89
commit
3665309a88
1 changed files with 4 additions and 2 deletions
6
quickget
6
quickget
|
@ -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} \
|
||||||
|
|
Loading…
Reference in a new issue