Skip to content

Commit

Permalink
Add Fedora 41 repository support in OS profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Dec 12, 2024
1 parent 52bad98 commit 3f72ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Web/Modules/OSProfileConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit 3f72ab7

Please sign in to comment.