Skip to content

Commit

Permalink
fix: TrueNAS Scale download (#1539)
Browse files Browse the repository at this point in the history
* fix: TrueNAS Scale download

* Update endless to 6.0.4
  • Loading branch information
lwbt authored Dec 30, 2024
1 parent 6334e82 commit 42c83f7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions quickget
Original file line number Diff line number Diff line change
Expand Up @@ -700,7 +700,7 @@ function releases_endeavouros() {
}

function releases_endless() {
echo 5.1.1
echo 6.0.4
}

function editions_endless() {
Expand Down Expand Up @@ -1068,7 +1068,7 @@ function releases_truenas-core() {
}

function releases_truenas-scale() {
echo 23
echo 24
}

function releases_tuxedo-os() {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 42c83f7

Please sign in to comment.