fix: TrueNAS Scale download (#1539)

* fix: TrueNAS Scale download

* Update endless to 6.0.4
This commit is contained in:
lwbt 2024-12-30 11:57:02 +01:00 committed by GitHub
parent 6334e82a42
commit 42c83f7e6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -700,7 +700,7 @@ function releases_endeavouros() {
}
function releases_endless() {
echo 5.1.1
echo 6.0.4
}
function editions_endless() {
@ -1068,7 +1068,7 @@ function releases_truenas-core() {
}
function releases_truenas-scale() {
echo 23
echo 24
}
function releases_tuxedo-os() {
@ -1809,11 +1809,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="240103-025438";;
en) FILE_TS="240103-025437";;
es) FILE_TS="240103-025438";;
fr) FILE_TS="240103-025438";;
pt_BR) FILE_TS="240103-030103";;
base) FILE_TS="241023-183516";;
en) FILE_TS="241023-200926";;
es) FILE_TS="241023-184649";;
fr) FILE_TS="241023-191212";;
pt_BR) FILE_TS="241023-191427";;
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"