Skip to content

Commit

Permalink
Merge pull request #10 from roib20/v23.12
Browse files Browse the repository at this point in the history
Update TrueNAS versions (Fix issue #8)
  • Loading branch information
roib20 authored Apr 24, 2024
2 parents 80ba452 + 23004b6 commit 6c2a2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxmox-truenas-script/Bash/pve_truenas.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
choose_distro() {
echo -e "Welcome to the Proxmox Cloud-Init template installer!\n"
PS3="Please choose a distro image to download (1-6): "
local TRUENAS_SCALE_VERSION="23.10.0.1"
local TRUENAS_SCALE_VERSION="23.10.1"
local TRUENAS_CORE_VERSION="13.0"
local TRUENAS_CORE_UPDATE="U5.3"
local TRUENAS_CORE_UPDATE="U6.1"

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

0 comments on commit 6c2a2da

Please sign in to comment.