From: Flole Date: Thu, 3 Jul 2025 12:34:11 +0000 (+0200) Subject: Cloudsmith supports fedora 42 now X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bfcc001423c1ae423ce67e8e35ca702c65f994b2;p=thirdparty%2Ftvheadend.git Cloudsmith supports fedora 42 now --- diff --git a/support/cloudsmith.sh b/support/cloudsmith.sh index efc33b5c8..fbe4580b5 100755 --- a/support/cloudsmith.sh +++ b/support/cloudsmith.sh @@ -55,10 +55,10 @@ case $OSPREFIX$TARGET in OS="ubuntu";; raspios*) OS="raspbian";; - 37|38|39|40|41) + 37|38|39|40|41|42) OS="fedora";; - 42|43) - echo -e "${YELLOW}Fedora 42 and 43 (current rawhide) are not (yet) supported by Cloudsmith${NC}" && exit;; + 43) + 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