From 1a262600eeebd56ad3c32a84348e99da90f85507 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 6 Jan 2024 01:55:42 +0300 Subject: [PATCH] tweak... Signed-off-by: Alex A. Naanou --- .pct-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pct-helpers b/.pct-helpers index 2d111fc..08638cb 100644 --- a/.pct-helpers +++ b/.pct-helpers @@ -350,7 +350,7 @@ pctCreateAlpine(){ } pctCreateDebian(){ local TEMPLATE - getLatestTemplate 'debian-*-standard' TEMPLATE + getLatestTemplate 'debian-12-standard' TEMPLATE pctCreate $1 "$TEMPLATE" "$2" "$3"