chore: update releases_endless() and get_endless()

This commit is contained in:
Martin Wimpress 2024-04-20 10:48:52 +01:00 committed by Martin Wimpress
parent 598aaaf78c
commit 832907a7e2

View File

@ -953,7 +953,7 @@ function releases_endeavouros() {
}
function releases_endless() {
echo 5.0.0
echo 5.1.1
}
function editions_endless() {
@ -2113,16 +2113,11 @@ function get_endless() {
# Endless edition names are "base" for the small minimal one or the Language for the large full release
# The isos are stamped as they are finished so ....
case ${EDITION} in
base)
FILE_TS="230127-211122";;
fr)
FILE_TS="230127-213415";;
en)
FILE_TS="230127-212436";;
es)
FILE_TS="230127-212646";;
pt_BR)
FILE_TS="230127-220328";;
base) FILE_TS="240103-025438";;
en) FILE_TS="240103-025437";;
es) FILE_TS="240103-025438";;
fr) FILE_TS="240103-025438";;
pt_BR) FILE_TS="240103-030103";;
esac
URL="https://images-dl.endlessm.com/release/${RELEASE}/eos-amd64-amd64/${EDITION}"
ISO="eos-eos${RELEASE:0:3}-amd64-amd64.${FILE_TS}.${EDITION}.iso"