From 50717e5ee9700a7ab6da59e1defa8be54142d71e Mon Sep 17 00:00:00 2001 From: Roman Ushakov Date: Tue, 25 Jun 2024 10:34:51 +0000 Subject: [PATCH] Auto sync yc-image-cleanup for 2024-06-25_10-34-30 --- products-prepare/linux/yc-image-cleanup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/products-prepare/linux/yc-image-cleanup.sh b/products-prepare/linux/yc-image-cleanup.sh index 01746eb3..d6e4d921 100755 --- a/products-prepare/linux/yc-image-cleanup.sh +++ b/products-prepare/linux/yc-image-cleanup.sh @@ -125,7 +125,7 @@ function preCheck { "CentOS Stream") case "$2" in - "8") + "8"|"9") echo "OK" ;; *) @@ -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" ;; *) @@ -322,7 +322,7 @@ function definePMSType { "CentOS Stream") case "$2" in - "8") + "8"|"9") echo "dnf" ;; esac @@ -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