From 3f72ab7260d4aff08501029533d454bb3bc72a5e Mon Sep 17 00:00:00 2001 From: Marcin Haba Date: Thu, 12 Dec 2024 07:21:41 +0100 Subject: [PATCH] Add Fedora 41 repository support in OS profiles --- Web/Modules/OSProfileConfig.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Web/Modules/OSProfileConfig.php b/Web/Modules/OSProfileConfig.php index a48f5a1..4d28e31 100644 --- a/Web/Modules/OSProfileConfig.php +++ b/Web/Modules/OSProfileConfig.php @@ -423,6 +423,7 @@ class OSProfileConfig extends ConfigFileModule 'Fedora 38' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora38/', 'Fedora 39' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora39/', 'Fedora 40' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora40/', + 'Fedora 41' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora41/', 'Oracle Linux 8' => self::BACULARIS_REPOSITORY_ADDR . '/stable/oraclelinux8/', 'Oracle Linux 9' => self::BACULARIS_REPOSITORY_ADDR . '/stable/oraclelinux9/', 'Rocky 8' => self::BACULARIS_REPOSITORY_ADDR . '/stable/rocky8/',