From 905f6d8f7b856d9a2d186ff39397a2fc9be1386d Mon Sep 17 00:00:00 2001 From: Flole Date: Fri, 15 Aug 2025 12:01:06 +0000 Subject: [PATCH] Add Fedora 44 to cloudsmith script (ignored for now) --- support/cloudsmith.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/cloudsmith.sh b/support/cloudsmith.sh index 9236a4ae0..f8143862f 100755 --- a/support/cloudsmith.sh +++ b/support/cloudsmith.sh @@ -57,7 +57,7 @@ case $OSPREFIX$TARGET in OS="raspbian";; 37|38|39|40|41|42) OS="fedora";; - 43) + 43|44) echo -e "${YELLOW}Fedora 43 (current rawhide) is not (yet) supported by Cloudsmith${NC}" && exit;; *) echo -e "${RED}OS $OSPREFIX$TARGET could not be recognized${NC}" && exit 1;; esac -- 2.47.3