From: Flole Date: Fri, 15 Aug 2025 12:01:06 +0000 (+0000) Subject: Add Fedora 44 to cloudsmith script (ignored for now) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=370f1edbd1fd6a23acbc4599c215a6ee52ec1f30;p=thirdparty%2Ftvheadend.git Add Fedora 44 to cloudsmith script (ignored for now) --- 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