Fix 24.10 support

This commit is contained in:
Sam Heinz
2025-02-27 20:52:24 +10:00
committed by GitHub
parent 21b42a95b4
commit 8a5cb3bda4

View File

@@ -184,6 +184,8 @@ else
TEMPLATE_VARIENT=focal
elif [ $PCT_OSVERSION = 24.04 ]; then
TEMPLATE_VARIENT=noble
elif [ $PCT_OSVERSION = 24.10 ]; then
TEMPLATE_VARIENT=oracular
else
TEMPLATE_VARIENT=jammy
fi