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
+2
View File
@@ -184,6 +184,8 @@ else
TEMPLATE_VARIENT=focal TEMPLATE_VARIENT=focal
elif [ $PCT_OSVERSION = 24.04 ]; then elif [ $PCT_OSVERSION = 24.04 ]; then
TEMPLATE_VARIENT=noble TEMPLATE_VARIENT=noble
elif [ $PCT_OSVERSION = 24.10 ]; then
TEMPLATE_VARIENT=oracular
else else
TEMPLATE_VARIENT=jammy TEMPLATE_VARIENT=jammy
fi fi