@@ -1826,9 +1826,9 @@ advanced_settings() {
while [ $STEP -le $MAX_STEP ] ; do
case $STEP in
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 1: Container Type
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
1)
local default_on = "ON"
local default_off = "OFF"
@@ -1851,9 +1851,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 2: Root Password
# ------------------------------------------------------------------------------
# ════════════════════════════════════════<EFBFBD> <EFBFBD> <EFBFBD> ═══════════════════════════════<EFBFBD> <EFBFBD> <EFBFBD> ══
2)
if PW1 = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "ROOT PASSWORD" \
@@ -1905,9 +1905,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 3: Container ID
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
3)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "CONTAINER ID" \
@@ -1939,9 +1939,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 4: Hostname
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
4)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "HOSTNAME" \
@@ -1962,9 +1962,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 5: Disk Size
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
5)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "DISK SIZE" \
@@ -1983,9 +1983,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 6: CPU Cores
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
6)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "CPU CORES" \
@@ -2004,9 +2004,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 7: RAM Size
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
7)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "RAM SIZE" \
@@ -2025,9 +2025,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 8: Network Bridge
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
8)
if [ [ ${# BRIDGE_MENU_OPTIONS [@] } -eq 0 ] ] ; then
# Validate default bridge exists
@@ -2063,9 +2063,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 9: IPv4 Configuration
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
9)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "IPv4 CONFIGURATION" \
@@ -2160,9 +2160,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 10: IPv6 Configuration
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
10)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "IPv6 CONFIGURATION" \
@@ -2235,9 +2235,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 11: MTU Size
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
11)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "MTU SIZE" \
@@ -2255,9 +2255,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 12: DNS Search Domain
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
12)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "DNS SEARCH DOMAIN" \
@@ -2271,9 +2271,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 13: DNS Server
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
13)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "DNS SERVER" \
@@ -2287,9 +2287,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 14: MAC Address
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
14)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "MAC ADDRESS" \
@@ -2307,9 +2307,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 15: VLAN Tag
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
15)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "VLAN TAG" \
@@ -2327,9 +2327,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 16: Tags
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
16)
if result = $( whiptail --backtitle " Proxmox VE Helper Scripts [Step $STEP / $MAX_STEP ] " \
--title "CONTAINER TAGS" \
@@ -2349,18 +2349,18 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 17: SSH Settings
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
17)
configure_ssh_settings " Step $STEP / $MAX_STEP "
# configure_ssh_settings handles its own flow, always advance
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 18: FUSE Support
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
18)
local fuse_default_flag = "--defaultno"
[ [ " $_enable_fuse " = = "yes" || " $_enable_fuse " = = "1" ] ] && fuse_default_flag = ""
@@ -2382,9 +2382,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 19: TUN/TAP Support
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
19)
local tun_default_flag = "--defaultno"
[ [ " $_enable_tun " = = "yes" || " $_enable_tun " = = "1" ] ] && tun_default_flag = ""
@@ -2406,9 +2406,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 20: Nesting Support
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
20)
local nesting_default_flag = ""
[ [ " $_enable_nesting " = = "0" || " $_enable_nesting " = = "no" ] ] && nesting_default_flag = "--defaultno"
@@ -2436,9 +2436,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 21: GPU Passthrough
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
21)
local gpu_default_flag = "--defaultno"
[ [ " $_enable_gpu " = = "yes" ] ] && gpu_default_flag = ""
@@ -2460,9 +2460,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 22: Keyctl Support (Docker/systemd)
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
22)
local keyctl_default_flag = "--defaultno"
[ [ " $_enable_keyctl " = = "1" ] ] && keyctl_default_flag = ""
@@ -2484,9 +2484,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 23: APT Cacher Proxy
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
23)
local apt_cacher_default_flag = "--defaultno"
[ [ " $_apt_cacher " = = "yes" ] ] && apt_cacher_default_flag = ""
@@ -2516,9 +2516,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 24: Container Timezone
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
24)
local tz_hint = " $_ct_timezone "
[ [ -z " $tz_hint " ] ] && tz_hint = "(empty - will use host timezone)"
@@ -2541,9 +2541,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 25: Container Protection
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
25)
local protect_default_flag = "--defaultno"
[ [ " $_protect_ct " = = "yes" || " $_protect_ct " = = "1" ] ] && protect_default_flag = ""
@@ -2565,9 +2565,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 26: Device Node Creation (mknod)
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
26)
local mknod_default_flag = "--defaultno"
[ [ " $_enable_mknod " = = "1" ] ] && mknod_default_flag = ""
@@ -2589,9 +2589,9 @@ advanced_settings() {
( ( STEP++) )
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 27: Mount Filesystems
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
27)
local mount_hint = ""
[ [ -n " $_mount_fs " ] ] && mount_hint = " $_mount_fs " || mount_hint = "(none)"
@@ -2608,9 +2608,9 @@ advanced_settings() {
fi
; ;
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# STEP 28: Verbose Mode & Confirmation
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
28)
local verbose_default_flag = "--defaultno"
[ [ " $_verbose " = = "yes" ] ] && verbose_default_flag = ""
@@ -2676,9 +2676,9 @@ Advanced:
esac
done
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
# Apply all collected values to global variables
# ------------------------------------------------------------------------------
# ═══════════════════════════════════════════════════════════════════════════
CT_TYPE = " $_ct_type "
PW = " $_pw "
CT_ID = " $_ct_id "
@@ -2895,9 +2895,6 @@ echo_default() {
echo -e " ${ DISKSIZE } ${ BOLD } ${ DGN } Disk Size: ${ BGN } ${ DISK_SIZE } GB ${ CL } "
echo -e " ${ CPUCORE } ${ BOLD } ${ DGN } CPU Cores: ${ BGN } ${ CORE_COUNT } ${ CL } "
echo -e " ${ RAMSIZE } ${ BOLD } ${ DGN } RAM Size: ${ BGN } ${ RAM_SIZE } MiB ${ CL } "
if [ [ " $( dpkg --print-architecture) " = = "arm64" ] ] ; then
echo -e " ${ INFO } ${ BOLD } ${ DGN } Architecture: ${ BGN } arm64 ${ CL } "
fi
if [ [ -n " ${ var_gpu :- } " && " ${ var_gpu } " = = "yes" ] ] ; then
echo -e " ${ GPU } ${ BOLD } ${ DGN } GPU Passthrough: ${ BGN } Enabled ${ CL } "
fi
@@ -4079,11 +4076,7 @@ EOF'
msg_warn " Skipping timezone setup – zone ' $tz ' not found in container "
fi
local _base_pkgs = "sudo curl mc gnupg2 jq"
if [ [ " ${ ARCH :- amd64 } " = = "arm64" ] ] ; then
_base_pkgs += " openssh-server wget gcc"
fi
pct exec " $CTID " -- bash -c " apt-get update 2>&1 && apt-get install -y ${ _base_pkgs } 2>&1 " >>" $BUILD_LOG " 2>& 1 || {
pct exec " $CTID " -- bash -c "apt-get update 2>&1 && apt-get install -y sudo curl mc gnupg2 jq 2>&1" >>" $BUILD_LOG " 2>& 1 || {
msg_error "apt-get base packages installation failed"
install_exit_code = 1
}
@@ -4114,9 +4107,7 @@ EOF'
# that sends "configuring" status AFTER the host already reported "failed"
export CONTAINER_INSTALLING = true
local _install_script
_install_script = " $( curl -fsSL " https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/ ${ var_install } .sh " ) "
lxc-attach -n " $CTID " -- bash -c " $_install_script "
lxc-attach -n " $CTID " -- bash -c " $( curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${ var_install } .sh) "
local lxc_exit = $?
unset CONTAINER_INSTALLING
@@ -4494,9 +4485,7 @@ EOF'
# Re-run install script in existing container (don't destroy/recreate)
set +Eeuo pipefail
trap - ERR
local _install_script
_install_script = " $( curl -fsSL " https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/ ${ var_install } .sh " ) "
lxc-attach -n " $CTID " -- bash -c " $_install_script "
lxc-attach -n " $CTID " -- bash -c " $( curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/${ var_install } .sh) "
local apt_retry_exit = $?
set -Eeuo pipefail
trap 'error_handler' ERR
@@ -5015,72 +5004,6 @@ create_lxc_container() {
esac
}
ARCH = " $( dpkg --print-architecture) "
# Maps OS type + version to the release variant name used by ARM64 template sources.
arm64_template_variant( ) {
case " $1 " in
debian)
case " $2 " in
12 | 12.*) echo "bookworm" ; ; 13 | 13.*) echo "trixie" ; ;
*) echo "trixie" ; ;
esac
; ;
alpine) echo "3.22" ; ;
ubuntu)
case " $2 " in
24.04* | noble) echo "noble" ; ; 24.10* | oracular) echo "oracular" ; ;
*) echo "jammy" ; ;
esac
; ;
*) return 1 ; ;
esac
}
# Downloads an ARM64 LXC rootfs template to $1.
# Debian: fetches latest release from community-scripts/debian-arm64-lxc on GitHub.
# Others: fetches from jenkins.linuxcontainers.org.
download_arm64_template( ) {
local dest = " $1 " url
mkdir -p " $( dirname " $dest " ) " || {
msg_error "Cannot create template dir."
exit 207
}
if [ [ " $PCT_OSTYPE " = = "debian" ] ] ; then
url = $( curl -fsSL "https://api.github.com/repos/community-scripts/debian-arm64-lxc/releases/latest" |
grep -Eo " https://[^\"]*debian- ${ CUSTOM_TEMPLATE_VARIANT } -arm64-rootfs\.tar\.xz " | head -n1)
[ [ -n " $url " ] ] || {
msg_error " Could not find Debian ${ CUSTOM_TEMPLATE_VARIANT } ARM64 template URL. "
exit 207
}
else
url = " https://jenkins.linuxcontainers.org/job/image- ${ PCT_OSTYPE } /architecture=arm64,release= ${ CUSTOM_TEMPLATE_VARIANT } ,variant=default/lastStableBuild/artifact/rootfs.tar.xz "
fi
msg_info " Downloading ${ PCT_OSTYPE ^ } ${ CUSTOM_TEMPLATE_VARIANT } ARM64 template "
if ! curl -fsSL -o " $dest " " $url " ; then
msg_error " Failed to download ARM64 template from: $url "
exit 208
fi
msg_ok "Downloaded ARM64 LXC template"
}
# Architecture-aware template download wrapper.
# Optional $1 overrides destination path (for local-storage fallback).
download_template( ) {
local dest = " ${ 1 :- $TEMPLATE_PATH } "
if [ [ " $ARCH " = = "arm64" ] ] ; then
download_arm64_template " $dest "
else
pveam download " $TEMPLATE_STORAGE " " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1 || {
msg_error " Failed to download template ' $TEMPLATE ' to storage ' $TEMPLATE_STORAGE ' "
exit 222
}
fi
}
# ------------------------------------------------------------------------------
# Required input variables
# ------------------------------------------------------------------------------
@@ -5217,116 +5140,153 @@ create_lxc_container() {
# ------------------------------------------------------------------------------
# Template discovery & validation
# ------------------------------------------------------------------------------
CUSTOM_ TEMPLATE_VARIANT = " "
TEMPLATE_SEARCH = " ${ PCT_OSTYPE } - ${ PCT_OSVERSION :- } "
case " $PCT_OSTYPE " in
debian | ubuntu) TEMPLATE_PATTERN = "-standard_" ; ;
alpine | fedora | rocky | centos) TEMPLATE_PATTERN = "-default_" ; ;
*) TEMPLATE_PATTERN = "" ; ;
esac
if [ [ " $ARCH " = = "arm64" ] ] ; then
# ARM64: use custom template download from linuxcontainers.org / GitHub
msg_info "Preparing ARM64 template"
msg_info " Searching for template ' $TEMPLATE_SEARCH ' "
CUSTOM_TEMPLATE_VARIANT = $( arm64_template_variant " $PCT_OSTYPE " " ${ PCT_OSVERSION :- } " ) || {
msg_error " No ARM64 template mapping for ${ PCT_OSTYPE } ${ PCT_OSVERSION :- latest } "
exit 207
}
# Initialize variables
ONLINE_TEMPLATE = ""
ONLINE_TEMPLATES = ( )
TEMPLATE = " ${ PCT_OSTYPE } - ${ CUSTOM_TEMPLATE_VARIANT } -rootfs.tar.xz "
TEMPLATE_SOURCE = "custom-arm64"
# Resolve template path: pvesm → storage.cfg fallback → default
TEMPLATE_PATH = " $( pvesm path " ${ TEMPLATE_STORAGE } :vztmpl/ ${ TEMPLATE } " 2>/dev/null || true ) "
if [ [ -z " $TEMPLATE_PATH " ] ] ; then
local _tpl_base
_tpl_base = $( awk -v s = " $TEMPLATE_STORAGE " '$1==s {f=1} f && /path/ {print $2; exit}' /etc/pve/storage.cfg)
TEMPLATE_PATH = " ${ _tpl_base :- /var/lib/vz } /template/cache/ $TEMPLATE "
fi
# Download if missing, too small, or corrupt (single pass)
if [ [ ! -f " $TEMPLATE_PATH " ] ] ; then
download_arm64_template " $TEMPLATE_PATH "
elif [ [ " $( stat -c%s " $TEMPLATE_PATH " ) " -lt 1000000 ] ] || ! tar -tf " $TEMPLATE_PATH " & >/dev/null; then
msg_warn "Local template invalid – re-downloading."
rm -f " $TEMPLATE_PATH "
download_arm64_template " $TEMPLATE_PATH "
else
msg_ok " Template ${ BL } $TEMPLATE ${ CL } found locally. "
fi
# Step 1: Check local templates first (instant)
mapfile -t LOCAL_TEMPLATES < <(
pveam list " $TEMPLATE_STORAGE " 2>/dev/null |
awk -v search = " ${ TEMPLATE_SEARCH } " -v pattern = " ${ TEMPLATE_PATTERN } " '$1 ~ search && $1 ~ pattern {print $1}' |
sed 's|.*/||' | sort -t - -k 2 -V
)
# Step 2: If local template found, use it immediately (skip pveam update)
if [ [ ${# LOCAL_TEMPLATES [@] } -gt 0 ] ] ; then
TEMPLATE = " ${ LOCAL_TEMPLATES [-1] } "
TEMPLATE_SOURCE = "local"
msg_ok "Template search completed"
else
TEMPLATE_SEARCH = " ${ PCT_OSTYPE } - ${ PCT_OSVERSION :- } "
case " $PCT_OSTYPE " in
debian | ubuntu) TEMPLATE_PATTERN = "-standard_" ; ;
alpine | fedora | rocky | centos) TEMPLATE_PATTERN = "-default_" ; ;
*) TEMPLATE_PATTERN = "" ; ;
esac
# Step 3: No local template - need to check online (this may be slow)
msg_info "No local template found, checking online catalog..."
msg_info " Searching for template ' $TEMPLATE_SEARCH ' "
# Update catalog with timeout to prevent long hangs
if command -v timeout & >/dev/null; then
if ! timeout 30 pveam update >/dev/null 2>& 1; then
msg_warn "Template catalog update timed out (possible network/DNS issue). Run 'pveam update' manually to diagnose."
fi
else
pveam update >/dev/null 2>& 1 || msg_warn "Could not update template catalog (pveam update failed)"
fi
# Initialize variables
ONLINE_TEMPLATE = ""
ONLINE_TEMPLATES = ( )
mapfile -t ONLINE_TEMPLATES < <( pveam available -section system 2>/dev/null | grep -E '\.(tar\.zst|tar\.xz|tar\.gz)$' | awk '{print $2}' | grep -E " ^ ${ TEMPLATE_SEARCH } .* ${ TEMPLATE_PATTERN } " | sort -t - -k 2 -V 2>/dev/null || true )
[ [ ${# ONLINE_TEMPLATES [@] } -gt 0 ] ] && ONLINE_TEMPLATE = " ${ ONLINE_TEMPLATES [-1] } "
# Step 1: Check local templates first (instant)
mapfile -t LOCAL_TEMPLATES < <(
pveam list " $TEMPLATE_STORAGE " 2>/dev/null |
awk -v search = " ${ TEMPLATE_SEARCH } " -v pattern = " ${ TEMPLATE_PATTERN } " '$1 ~ search && $1 ~ pattern {print $1}' |
sed 's|.*/||' | sort -t - -k 2 -V
TEMPLATE = " $ONLINE_TEMPLATE "
TEMPLATE_SOURCE = "online"
msg_ok "Template search completed"
fi
# If still no template, try to find alternatives
if [ [ -z " $TEMPLATE " ] ] ; then
msg_warn " No template found for ${ PCT_OSTYPE } ${ PCT_OSVERSION } , searching for alternatives... "
# Get all available versions for this OS type
AVAILABLE_VERSIONS = ( )
mapfile -t AVAILABLE_VERSIONS < <(
pveam available -section system 2>/dev/null |
grep -E '\.(tar\.zst|tar\.xz|tar\.gz)$' |
awk -F'\t' '{print $1}' |
grep " ^ ${ PCT_OSTYPE } - " |
sed -E " s/.* ${ PCT_OSTYPE } -([0-9]+(\.[0-9]+)?).*/\1/ " |
sort -u -V 2>/dev/null
)
# Step 2: If local template found, use it immediately (skip pveam update)
if [ [ ${# LOCAL_TEMPLATES [@] } -gt 0 ] ] ; then
TEMPLATE = " ${ LOCAL_TEMPLATES [-1] } "
TEMPLATE_SOURCE = "local"
msg_ok "Template search completed "
els e
# Step 3: No local template - need to check online (this may be slow)
msg_info "No local template found, checking online catalog..."
if [ [ ${# AVAILABLE_VERSIONS [@] } -gt 0 ] ] ; then
echo ""
echo " ${ BL } Available ${ PCT_OSTYPE } versions: ${ CL } "
for i in " ${ !AVAILABLE_VERSIONS[@] } " ; do
echo " [ $(( i + 1 )) ] ${ AVAILABLE_VERSIONS [ $i ] } "
don e
echo ""
read -p " Select version [1- ${# AVAILABLE_VERSIONS [@] } ] or press Enter to cancel: " choice </dev/tty
# Update catalog with timeout to prevent long hangs
if command -v timeout & >/dev/null; then
if ! timeout 30 pveam update >/dev/null 2>& 1; then
msg_warn "Template catalog update timed out (possible network/DNS issue). Run 'pveam update' manually to diagnose."
if [ [ " $choice " = ~ ^[ 0-9] +$ ] ] && [ [ " $choice " -ge 1 ] ] && [ [ " $choice " -le ${# AVAILABLE_VERSIONS [@] } ] ] ; then
PCT_OSVERSION = " ${ AVAILABLE_VERSIONS [ $(( choice - 1 )) ] } "
TEMPLATE_SEARCH = " ${ PCT_OSTYPE } - ${ PCT_OSVERSION } "
ONLINE_TEMPLATES = ( )
mapfile -t ONLINE_TEMPLATES < <(
pveam available -section system 2>/dev/null |
grep -E '\.(tar\.zst|tar\.xz|tar\.gz)$' |
awk '{print $2}' |
grep -E " ^ ${ TEMPLATE_SEARCH } -.* ${ TEMPLATE_PATTERN } " |
sort -t - -k 2 -V 2>/dev/null || true
)
if [ [ ${# ONLINE_TEMPLATES [@] } -gt 0 ] ] ; then
TEMPLATE = " ${ ONLINE_TEMPLATES [-1] } "
TEMPLATE_SOURCE = "online"
else
msg_error " No templates available for ${ PCT_OSTYPE } ${ PCT_OSVERSION } "
exit 225
fi
else
pveam update >/dev/null 2>& 1 || msg_warn "Could not update template catalog (pveam update fai led) "
msg_custom "🚫" " ${ YW } " "Installation cancel led"
exit 0
fi
ONLINE_TEMPLATES = ( )
mapfile -t ONLINE_TEMPLATES < <( pveam available -section system 2>/dev/null | grep -E '\.(tar\.zst|tar\.xz|tar\.gz)$' | awk '{print $2}' | grep -E " ^ ${ TEMPLATE_SEARCH } .* ${ TEMPLATE_PATTERN } " | sort -t - -k 2 -V 2>/dev/null || true )
[ [ ${# ONLINE_TEMPLATES [@] } -gt 0 ] ] && ONLINE_TEMPLATE = " ${ ONLINE_TEMPLATES [-1] } "
TEMPLATE = " $ONLINE_TEMPLATE "
TEMPLATE_SOURCE = "online"
msg_ok "Template search completed"
else
msg_error " No ${ PCT_OSTYPE } templates available at all "
exit 225
fi
fi
# If still no template, try to find alternatives
TEMPLATE_PATH = " $( pvesm path $TEMPLATE_STORAGE :vztmpl/$TEMPLATE 2>/dev/null || true ) "
if [ [ -z " $TEMPLATE_PATH " ] ] ; then
TEMPLATE_BASE = $( awk -v s = " $TEMPLATE_STORAGE " '$1==s {f=1} f && /path/ {print $2; exit}' /etc/pve/storage.cfg)
[ [ -n " $TEMPLATE_BASE " ] ] && TEMPLATE_PATH = " $TEMPLATE_BASE /template/cache/ $TEMPLATE "
fi
# If we still don't have a path but have a valid template name, construct it
if [ [ -z " $TEMPLATE_PATH " && -n " $TEMPLATE " ] ] ; then
TEMPLATE_PATH = " /var/lib/vz/template/cache/ $TEMPLATE "
fi
[ [ -n " $TEMPLATE_PATH " ] ] || {
if [ [ -z " $TEMPLATE " ] ] ; then
msg_warn " No t emplate found for ${ PCT_OSTYPE } ${ PCT_OSVERSION } , searching for alternatives... "
msg_error " T emplate ${ PCT_OSTYPE } ${ PCT_OSVERSION } not available "
# Get all available versions for this OS type
AVAILABLE_VERSIONS = ( )
# Get available versions
mapfile -t AVAILABLE_VERSIONS < <(
pveam available -section system 2>/dev/null |
grep -E '\.(tar\.zst|tar\.xz|tar\.gz)$' |
awk -F'\t' '{print $1}' |
grep " ^ ${ PCT_OSTYPE } - " |
sed -E "s/.* ${ PCT_OSTYPE } -([0-9]+( \.[0-9]+)?) .*/\1/" |
sort -u -V 2>/dev/null
sed -E 's/.*' " ${ PCT_OSTYPE } " ' -([0-9]+\.[0-9]+).*/\1/' |
grep -E '^[0-9]+\.[0-9]+$' |
sort -u -V 2>/dev/null || sort -u
)
if [ [ ${# AVAILABLE_VERSIONS [@] } -gt 0 ] ] ; then
echo " "
echo " ${ BL } Available ${ PCT_OSTYPE } versions: ${ CL } "
echo -e " \n ${ BL } Available versions: ${ CL } "
for i in " ${ !AVAILABLE_VERSIONS[@] } " ; do
echo " [ $(( i + 1 )) ] ${ AVAILABLE_VERSIONS [ $i ] } "
done
echo ""
read -p " Select version [1- ${# AVAILABLE_VERSIONS [@] } ] or press Enter to cancel : " choice </dev/tty
read -p " Select version [1- ${# AVAILABLE_VERSIONS [@] } ] or Enter to exit : " choice </dev/tty
if [ [ " $choice " = ~ ^[ 0-9] +$ ] ] && [ [ " $choice " -ge 1 ] ] && [ [ " $choice " -le ${# AVAILABLE_VERSIONS [@] } ] ] ; then
PCT_OSVERSION = " ${ AVAILABLE_VERSIONS [ $(( choice - 1 )) ] } "
TEMPLATE_SEARCH = " ${ PCT_OSTYPE } - ${ PCT_OSVERSION } "
export var_version = " ${ AVAILABLE_VERSIONS [ $(( choice - 1 )) ] } "
export PCT_OSVERSION = " $var_version "
msg_ok " Switched to ${ PCT_OSTYPE } ${ var_version } "
ONLINE_TEMPLATES = ( )
# Retry template search with new version
TEMPLATE_SEARCH = " ${ PCT_OSTYPE } - ${ PCT_OSVERSION :- } "
mapfile -t LOCAL_TEMPLATES < <(
pveam list " $TEMPLATE_STORAGE " 2>/dev/null |
awk -v search = " ${ TEMPLATE_SEARCH } - " -v pattern = " ${ TEMPLATE_PATTERN } " '$1 ~ search && $1 ~ pattern {print $1}' |
sed 's|.*/||' | sort -t - -k 2 -V
)
mapfile -t ONLINE_TEMPLATES < <(
pveam available -section system 2>/dev/null |
grep -E '\.(tar\.zst|tar\.xz|tar\.gz)$' |
@@ -5334,181 +5294,109 @@ create_lxc_container() {
grep -E " ^ ${ TEMPLATE_SEARCH } -.* ${ TEMPLATE_PATTERN } " |
sort -t - -k 2 -V 2>/dev/null || true
)
ONLINE_TEMPLATE = ""
[ [ ${# ONLINE_TEMPLATES [@] } -gt 0 ] ] && ONLINE_TEMPLATE = " ${ ONLINE_TEMPLATES [-1] } "
if [ [ ${# ONLINE _TEMPLATES[@] } -gt 0 ] ] ; then
TEMPLATE = " ${ ONLINE _TEMPLATES[-1] } "
TEMPLATE_SOURCE = "online "
if [ [ ${# LOCAL _TEMPLATES[@] } -gt 0 ] ] ; then
TEMPLATE = " ${ LOCAL _TEMPLATES[-1] } "
TEMPLATE_SOURCE = "local "
else
msg_error " No templates available for ${ PCT_OSTYPE } ${ PCT_OSVERSION } "
exit 225
TEMPLATE = " $ONLINE_TEMPLATE "
TEMPLATE_SOURCE = "online"
fi
TEMPLATE_PATH = " $( pvesm path $TEMPLATE_STORAGE :vztmpl/$TEMPLATE 2>/dev/null || true ) "
if [ [ -z " $TEMPLATE_PATH " ] ] ; then
TEMPLATE_BASE = $( awk -v s = " $TEMPLATE_STORAGE " '$1==s {f=1} f && /path/ {print $2; exit}' /etc/pve/storage.cfg)
[ [ -n " $TEMPLATE_BASE " ] ] && TEMPLATE_PATH = " $TEMPLATE_BASE /template/cache/ $TEMPLATE "
fi
# If we still don't have a path but have a valid template name, construct it
if [ [ -z " $TEMPLATE_PATH " && -n " $TEMPLATE " ] ] ; then
TEMPLATE_PATH = " /var/lib/vz/template/cache/ $TEMPLATE "
fi
[ [ -n " $TEMPLATE_PATH " ] ] || {
msg_error "Template still not found after version change"
exit 220
}
else
msg_custom "🚫" " ${ YW } " "Installation cancelled"
exit 0
fi
else
msg_error " No ${ PCT_OSTYPE } templates available "
exit 225
exit 220
fi
fi
}
TEMPLATE_PATH = " $( pvesm path $TEMPLATE_STORAGE :vztmpl/$TEMPLATE 2>/dev/null || true ) "
if [ [ -z " $TEMPLATE_PATH " ] ] ; then
TEMPLATE_BASE = $( awk -v s = " $TEMPLATE_STORAGE " '$1==s {f=1} f && /path/ {print $2; exit}' /etc/pve/storage.cfg)
[ [ -n " $TEMPLATE_BASE " ] ] && TEMPLATE_PATH = " $TEMPLATE_BASE /template/cache/ $TEMPLATE "
fi
# Validate that we found a template
if [ [ -z " $TEMPLATE " ] ] ; then
msg_error " No template found for ${ PCT_OSTYPE } ${ PCT_OSVERSION } "
msg_custom "ℹ ️ " " ${ YW } " "Please check: "
msg_custom " •" " ${ YW } " "Is pveam catalog available? (run: pveam available -section system)"
msg_custom " •" " ${ YW } " "Does the template exist for your OS version?"
exit 225
fi
# If we still don't have a path but have a valid template name, construct it
if [ [ -z " $TEMPLATE_PATH " && -n " $TEMPLATE " ] ] ; then
TEMPLATE_PATH = " /var/lib/vz/template/cache/ $TEMPLATE "
fi
msg_ok " Template ${ BL } $TEMPLATE ${ CL } [ $TEMPLATE_SOURCE ] "
msg_debug " Resolved TEMPLATE_PATH= $TEMPLATE_PATH "
[ [ -n " $TEMPLATE_PATH " ] ] || {
if [ [ -z " $TEMPLATE " ] ] ; then
msg_error " Template ${ PCT_OSTYPE } ${ PCT_OSVERSION } not available "
# Get available versions
mapfile -t AVAILABLE_VERSIONS < <(
pveam available -section system 2>/dev/null |
grep " ^ ${ PCT_OSTYPE } - " |
sed -E 's/.*' " ${ PCT_OSTYPE } " '-([0-9]+\.[0-9]+).*/\1/' |
grep -E '^[0-9]+\.[0-9]+$' |
sort -u -V 2>/dev/null || sort -u
)
if [ [ ${# AVAILABLE_VERSIONS [@] } -gt 0 ] ] ; then
echo -e " \n ${ BL } Available versions: ${ CL } "
for i in " ${ !AVAILABLE_VERSIONS[@] } " ; do
echo " [ $(( i + 1 )) ] ${ AVAILABLE_VERSIONS [ $i ] } "
done
echo ""
read -p " Select version [1- ${# AVAILABLE_VERSIONS [@] } ] or press Enter to exit: " choice </dev/tty
if [ [ " $choice " = ~ ^[ 0-9] +$ ] ] && [ [ " $choice " -ge 1 ] ] && [ [ " $choice " -le ${# AVAILABLE_VERSIONS [@] } ] ] ; then
export var_version = " ${ AVAILABLE_VERSIONS [ $(( choice - 1 )) ] } "
export PCT_OSVERSION = " $var_version "
msg_ok " Switched to ${ PCT_OSTYPE } ${ var_version } "
# Retry template search with new version
TEMPLATE_SEARCH = " ${ PCT_OSTYPE } - ${ PCT_OSVERSION :- } "
mapfile -t LOCAL_TEMPLATES < <(
pveam list " $TEMPLATE_STORAGE " 2>/dev/null |
awk -v search = " ${ TEMPLATE_SEARCH } - " -v pattern = " ${ TEMPLATE_PATTERN } " '$1 ~ search && $1 ~ pattern {print $1}' |
sed 's|.*/||' | sort -t - -k 2 -V
)
mapfile -t ONLINE_TEMPLATES < <(
pveam available -section system 2>/dev/null |
grep -E '\.(tar\.zst|tar\.xz|tar\.gz)$' |
awk '{print $2}' |
grep -E " ^ ${ TEMPLATE_SEARCH } -.* ${ TEMPLATE_PATTERN } " |
sort -t - -k 2 -V 2>/dev/null || true
)
ONLINE_TEMPLATE = ""
[ [ ${# ONLINE_TEMPLATES [@] } -gt 0 ] ] && ONLINE_TEMPLATE = " ${ ONLINE_TEMPLATES [-1] } "
if [ [ ${# LOCAL_TEMPLATES [@] } -gt 0 ] ] ; then
TEMPLATE = " ${ LOCAL_TEMPLATES [-1] } "
TEMPLATE_SOURCE = "local"
else
TEMPLATE = " $ONLINE_TEMPLATE "
TEMPLATE_SOURCE = "online"
fi
TEMPLATE_PATH = " $( pvesm path $TEMPLATE_STORAGE :vztmpl/$TEMPLATE 2>/dev/null || true ) "
if [ [ -z " $TEMPLATE_PATH " ] ] ; then
TEMPLATE_BASE = $( awk -v s = " $TEMPLATE_STORAGE " '$1==s {f=1} f && /path/ {print $2; exit}' /etc/pve/storage.cfg)
[ [ -n " $TEMPLATE_BASE " ] ] && TEMPLATE_PATH = " $TEMPLATE_BASE /template/cache/ $TEMPLATE "
fi
# If we still don't have a path but have a valid template name, construct it
if [ [ -z " $TEMPLATE_PATH " && -n " $TEMPLATE " ] ] ; then
TEMPLATE_PATH = " /var/lib/vz/template/cache/ $TEMPLATE "
fi
[ [ -n " $TEMPLATE_PATH " ] ] || {
msg_error "Template still not found after version change"
exit 220
}
else
msg_custom "🚫" " ${ YW } " "Installation cancelled"
exit 0
fi
else
msg_error " No ${ PCT_OSTYPE } templates available "
exit 220
fi
fi
}
# Validate that we found a template
if [ [ -z " $TEMPLATE " ] ] ; then
msg_error " No template found for ${ PCT_OSTYPE } ${ PCT_OSVERSION } "
msg_custom "ℹ ️ " " ${ YW } " "Please check:"
msg_custom " •" " ${ YW } " "Is pveam catalog available? (run: pveam available -section system)"
msg_custom " •" " ${ YW } " "Does the template exist for your OS version?"
exit 225
fi
msg_ok " Template ${ BL } $TEMPLATE ${ CL } [ $TEMPLATE_SOURCE ] "
msg_debug " Resolved TEMPLATE_PATH= $TEMPLATE_PATH "
NEED_DOWNLOAD = 0
if [ [ ! -f " $TEMPLATE_PATH " ] ] ; then
msg_info "Template not present locally, will download it."
NEED_DOWNLOAD = 0
if [ [ ! -f " $TEMPLATE_PATH " ] ] ; then
msg_info "Template not present locally – will download. "
NEED_DOWNLOAD = 1
elif [ [ ! -r " $TEMPLATE_PATH " ] ] ; then
msg_error "Template file exists but is not readable – check permissions."
exit 221
elif [ [ " $( stat -c%s " $TEMPLATE_PATH " ) " -lt 1000000 ] ] ; then
if [ [ -n " $ONLINE_TEMPLATE " ] ] ; then
msg_warn "Template file too small (<1MB) – re-downloading."
NEED_DOWNLOAD = 1
elif [ [ ! -r " $TEMPLATE_PATH " ] ] ; then
msg_error "Template file exists but is not readable, check permissions."
exit 221
elif [ [ " $( stat -c%s " $TEMPLATE_PATH " ) " -lt 1000000 ] ] ; then
if [ [ -n " $ONLINE_TEMPLATE " ] ] ; then
msg_warn "Template file too small (<1MB), re-downloading."
NEED_DOWNLOAD = 1
else
msg_warn "Template looks too small, but no online version exists. Keeping local file."
fi
elif ! tar -tf " $TEMPLATE_PATH " & >/dev/null; then
if [ [ -n " $ONLINE_TEMPLATE " ] ] ; then
msg_warn "Template appears corrupted, re-downloading."
NEED_DOWNLOAD = 1
else
msg_warn "Template appears corrupted, but no online version exists. Keeping local file."
fi
else
$STD msg_ok " Template $TEMPLATE is present and valid. "
msg_warn "Template looks too small, but no online version exists. Keeping local file. "
fi
elif ! tar -tf " $TEMPLATE_PATH " & >/dev/null; then
if [ [ -n " $ONLINE_TEMPLATE " ] ] ; then
msg_warn "Template appears corrupted – re-downloading."
NEED_DOWNLOAD = 1
else
msg_warn "Template appears corrupted, but no online version exists. Keeping local file."
fi
else
$STD msg_ok " Template $TEMPLATE is present and valid. "
fi
if [ [ " $TEMPLATE_SOURCE " = = "local" && -n " $ONLINE_TEMPLATE " && " $TEMPLATE " != " $ONLINE_TEMPLATE " ] ] ; then
msg_warn " Local template is outdated: $TEMPLATE (latest available: $ONLINE_TEMPLATE ) "
if whiptail --yesno " A newer template is available:\n $ONLINE_TEMPLATE \n\nDo you want to download and use it instead? " 12 70; then
TEMPLATE = " $ONLINE_TEMPLATE "
NEED_DOWNLOAD = 1
else
msg_custom "ℹ ️ " " ${ BL } " " Continuing with local template $TEMPLATE "
if [ [ " $TEMPLATE_SOURCE " = = "local" && -n " $ONLINE_TEMPLATE " && " $TEMPLATE " != " $ONLINE_TEMPLATE " ] ] ; then
msg_warn " Local template is outdated: $TEMPLATE (latest available: $ONLINE_TEMPLATE ) "
if whiptail --yesno " A newer template is available:\n $ONLINE_TEMPLATE \n\nDo you want to download and use it instead? " 12 70; then
TEMPLATE = " $ONLINE_TEMPLATE "
NEED_DOWNLOAD = 1
else
msg_custom "ℹ ️ " " ${ BL } " " Continuing with local template $TEMPLATE "
fi
fi
if [ [ " $NEED_DOWNLOAD " -eq 1 ] ] ; then
[ [ -f " $TEMPLATE_PATH " ] ] && rm -f " $TEMPLATE_PATH "
for attempt in { 1..3} ; do
msg_info " Attempt $attempt : Downloading template $TEMPLATE to $TEMPLATE_STORAGE "
if pveam download " $TEMPLATE_STORAGE " " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1; then
msg_ok "Template download successful."
break
fi
fi
if [ [ $attempt -eq 3 ] ] ; then
msg_error " Failed after 3 attempts. Please check network access, permissions, or manually run:\n pveam download $TEMPLATE_STORAGE $TEMPLATE "
exit 222
fi
sleep $(( attempt * 5 ))
done
fi
if [ [ " $NEED_DOWNLOAD " -eq 1 ] ] ; then
[ [ -f " $TEMPLATE_PATH " ] ] && rm -f " $TEMPLATE_PATH "
for attempt in { 1..3} ; do
msg_info " Attempt $attempt : Downloading template $TEMPLATE to $TEMPLATE_STORAGE "
if pveam download " $TEMPLATE_STORAGE " " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1; then
msg_ok "Template download successful."
break
fi
if [ [ $attempt -eq 3 ] ] ; then
msg_error " Failed after 3 attempts. Please check network access, permissions, or manually run:\n pveam download $TEMPLATE_STORAGE $TEMPLATE "
exit 222
fi
sleep $(( attempt * 5 ))
done
fi
if ! pveam list " $TEMPLATE_STORAGE " 2>/dev/null | grep -q " $TEMPLATE " ; then
msg_error " Template $TEMPLATE not available in storage $TEMPLATE_STORAGE after download. "
exit 223
fi
if ! pveam list " $TEMPLATE_STORAGE " 2>/dev/null | grep -q " $TEMPLATE " ; then
msg_error " Template $TEMPLATE not available in storage $TEMPLATE_STORAGE after download. "
exit 223
fi
# ------------------------------------------------------------------------------
@@ -5587,13 +5475,19 @@ create_lxc_container() {
if [ [ ! -s " $TEMPLATE_PATH " || " $( stat -c%s " $TEMPLATE_PATH " 2>/dev/null || echo 0) " -lt 1000000 ] ] ; then
msg_info "Template file missing or too small – downloading"
rm -f " $TEMPLATE_PATH "
download_template
pveam download " $TEMPLATE_STORAGE " " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1 || {
msg_error " Failed to download template ' $TEMPLATE ' to storage ' $TEMPLATE_STORAGE ' "
exit 222
}
msg_ok "Template downloaded"
elif ! tar -tf " $TEMPLATE_PATH " & >/dev/null; then
if [ [ " $ARCH " = = "arm64" || -n " $ONLINE_TEMPLATE " ] ] ; then
if [ [ -n " $ONLINE_TEMPLATE " ] ] ; then
msg_info "Template appears corrupted – re-downloading"
rm -f " $TEMPLATE_PATH "
download_template
pveam download " $TEMPLATE_STORAGE " " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1 || {
msg_error " Failed to re-download template ' $TEMPLATE ' "
exit 222
}
msg_ok "Template re-downloaded"
else
msg_warn "Template appears corrupted, but no online version exists. Skipping re-download."
@@ -5614,7 +5508,7 @@ create_lxc_container() {
if grep -qiE 'unable to open|corrupt|invalid' " $LOGFILE " ; then
msg_info "Template may be corrupted – re-downloading"
rm -f " $TEMPLATE_PATH "
download_template
pveam download " $TEMPLATE_STORAGE " " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1
msg_ok "Template re-downloaded"
fi
@@ -5627,11 +5521,7 @@ create_lxc_container() {
if [ [ ! -f " $LOCAL_TEMPLATE_PATH " ] ] ; then
msg_ok "Trying local storage fallback"
msg_info "Downloading template to local"
if [ [ " $ARCH " = = "arm64" ] ] ; then
download_arm64_template " $LOCAL_TEMPLATE_PATH "
else
pveam download local " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1
fi
pveam download local " $TEMPLATE " >>" ${ BUILD_LOG :- /dev/null } " 2>& 1
msg_ok "Template downloaded to local"
else
msg_ok "Trying local storage fallback"