From 37775dc2f6e7c81a151b00ce87e2d6675f3f7562 Mon Sep 17 00:00:00 2001 From: Roman Ushakov Date: Mon, 10 Jun 2024 13:10:30 +0000 Subject: [PATCH] Auto sync yc-image-cleanup for 2024-06-10_13-10-10 --- products-prepare/linux/yc-image-cleanup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/products-prepare/linux/yc-image-cleanup.sh b/products-prepare/linux/yc-image-cleanup.sh index 01746eb3..73ef610d 100755 --- a/products-prepare/linux/yc-image-cleanup.sh +++ b/products-prepare/linux/yc-image-cleanup.sh @@ -265,7 +265,7 @@ function preCheck { "Ubuntu") case "$2" in - "14.04"|"16.04"|"18.04"|"20.04"|"22.04") + "14.04"|"16.04"|"18.04"|"20.04"|"22.04"|"24.04") echo "OK" ;; *) @@ -407,7 +407,7 @@ function definePMSType { "Ubuntu") case "$2" in - "14.04"|"16.04"|"18.04"|"20.04") + "14.04"|"16.04"|"18.04"|"20.04"|"22.04"|"24.04") echo "deb" ;; esac