File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ choose_distro() {
6
6
local TRUENAS_SCALE_MIRROR=" https://download.sys.truenas.net" # Alternative mirror: "https://download.truenas.com"
7
7
local TRUENAS_CORE_MIRROR=" https://download-core.sys.truenas.net" # Alternative mirror: "https://download.freenas.org"
8
8
local TRUENAS_SCALE_CODENAME=" Dragonfish" # 24.04
9
- local TRUENAS_SCALE_VERSION=" 24.04.1 .1"
9
+ local TRUENAS_SCALE_VERSION=" 24.10 .1"
10
10
local TRUENAS_CORE_VERSION=" 13.0"
11
- local TRUENAS_CORE_UPDATE=" U6.1 "
11
+ local TRUENAS_CORE_UPDATE=" U6.4 "
12
12
13
13
local distro_list=(" TrueNAS SCALE ${TRUENAS_SCALE_VERSION} " " TrueNAS CORE ${TRUENAS_CORE_VERSION} -${TRUENAS_CORE_UPDATE} " " Quit" )
14
14
select distro in " ${distro_list[@]} " ; do
Original file line number Diff line number Diff line change 3
3
A user-friendly guided script for Proxmox VE 8.x. Guides you through downloading a TrueNAS ISO and configuring it as a VM.
4
4
5
5
Multiple versions of TrueNAS are available to download:
6
- - [ TrueNAS SCALE] ( https://www.truenas.com/download-truenas-scale/ ) 24.04.1.1 (Dragonfish )
7
- - [ TrueNAS CORE] ( https://www.truenas.com/download-truenas-core/ ) 13.0-U6.1
6
+ - [ TrueNAS SCALE] ( https://www.truenas.com/download-truenas-scale/ ) 24.10.1 (Electric Eel )
7
+ - [ TrueNAS CORE] ( https://www.truenas.com/download-truenas-core/ ) 13.0-U6.4
8
8
9
9
## FAQ
10
10
You can’t perform that action at this time.
0 commit comments