fix: TrueNAS Scale download (#1539)
* fix: TrueNAS Scale download * Update endless to 6.0.4
This commit is contained in:
parent
6334e82a42
commit
42c83f7e6a
14
quickget
14
quickget
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue