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
1 changed files with 6 additions and 11 deletions

View File

@ -953,7 +953,7 @@ function releases_endeavouros() {
} }
function releases_endless() { function releases_endless() {
echo 5.0.0 echo 5.1.1
} }
function editions_endless() { 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 # 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 .... # The isos are stamped as they are finished so ....
case ${EDITION} in case ${EDITION} in
base) base) FILE_TS="240103-025438";;
FILE_TS="230127-211122";; en) FILE_TS="240103-025437";;
fr) es) FILE_TS="240103-025438";;
FILE_TS="230127-213415";; fr) FILE_TS="240103-025438";;
en) pt_BR) FILE_TS="240103-030103";;
FILE_TS="230127-212436";;
es)
FILE_TS="230127-212646";;
pt_BR)
FILE_TS="230127-220328";;
esac esac
URL="https://images-dl.endlessm.com/release/${RELEASE}/eos-amd64-amd64/${EDITION}" URL="https://images-dl.endlessm.com/release/${RELEASE}/eos-amd64-amd64/${EDITION}"
ISO="eos-eos${RELEASE:0:3}-amd64-amd64.${FILE_TS}.${EDITION}.iso" ISO="eos-eos${RELEASE:0:3}-amd64-amd64.${FILE_TS}.${EDITION}.iso"