From 9bf4a9dcced05cd992c20705bb6366bf3349a30f Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Mon, 10 Aug 2026 16:13:12 +0200 Subject: [PATCH] Fix template name --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e7bf904..8d84f63 100755 --- a/install.sh +++ b/install.sh @@ -124,7 +124,7 @@ fi # Check is the newest template available, else download it. pveam update -TMPL_NAME=$(pveam available --section system | grep $LXC_TEMPLATE_VERSION | tail -1 | cut -d' ' -f11) +TMPL_NAME=$(pveam available --section system | grep $(dpkg --print-architecture) | grep $LXC_TEMPLATE_VERSION | tail -1 | cut -d' ' -f11) pveam download $LXC_TEMPLATE_STORAGE $TMPL_NAME if [ $ctid -gt 99 ]; then