Skip to content

Commit 5412bd8

Browse files
committed
Update TrueNAS SCALE and CORE versions
Signed-off-by: roib20 <[email protected]>
1 parent 37427fe commit 5412bd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

proxmox-truenas-script/Bash/pve_truenas.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ choose_distro() {
66
local TRUENAS_SCALE_MIRROR="https://download.sys.truenas.net" # Alternative mirror: "https://download.truenas.com"
77
local TRUENAS_CORE_MIRROR="https://download-core.sys.truenas.net" # Alternative mirror: "https://download.freenas.org"
88
local TRUENAS_SCALE_CODENAME="Dragonfish" # 24.04
9-
local TRUENAS_SCALE_VERSION="24.04.1.1"
9+
local TRUENAS_SCALE_VERSION="24.10.1"
1010
local TRUENAS_CORE_VERSION="13.0"
11-
local TRUENAS_CORE_UPDATE="U6.1"
11+
local TRUENAS_CORE_UPDATE="U6.4"
1212

1313
local distro_list=("TrueNAS SCALE ${TRUENAS_SCALE_VERSION}" "TrueNAS CORE ${TRUENAS_CORE_VERSION}-${TRUENAS_CORE_UPDATE}" "Quit")
1414
select distro in "${distro_list[@]}"; do

proxmox-truenas-script/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
A user-friendly guided script for Proxmox VE 8.x. Guides you through downloading a TrueNAS ISO and configuring it as a VM.
44

55
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
88

99
## FAQ
1010

0 commit comments

Comments
 (0)