diff --git a/Web/Modules/OSProfileConfig.php b/Web/Modules/OSProfileConfig.php index 51520ea..338ee8f 100644 --- a/Web/Modules/OSProfileConfig.php +++ b/Web/Modules/OSProfileConfig.php @@ -260,6 +260,7 @@ class OSProfileConfig extends ConfigFileModule 'CentOS Stream 9' => self::BACULARIS_REPOSITORY_ADDR . '/stable/centosstream9/', 'Fedora 38' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora38/', 'Fedora 39' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora39/', + 'Fedora 40' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora40/', '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/',