Skip to content

Commit

Permalink
Add OS profiles for Fedora 39 and Ubuntu 23.10 Mantic
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Dec 18, 2023
1 parent 13771b0 commit fdf3391
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Web/Modules/OSProfileConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ class OSProfileConfig extends ConfigFileModule
'Fedora 36' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora36/',
'Fedora 37' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora37/',
'Fedora 38' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora38/',
'Fedora 39' => self::BACULARIS_REPOSITORY_ADDR . '/stable/fedora39/',
'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 All @@ -275,7 +276,8 @@ class OSProfileConfig extends ConfigFileModule
'Ubuntu 18.04 Bionic' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ bionic main',
'Ubuntu 20.04 Focal' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ focal main',
'Ubuntu 22.04 Jammy' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ jammy main',
'Ubuntu 23.04 Lunar' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ lunar main'
'Ubuntu 23.04 Lunar' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ lunar main',
'Ubuntu 23.10 Mantic' => self::BACULARIS_REPOSITORY_ADDR . '/stable/ubuntu/ mantic main'
]
];

Expand Down

0 comments on commit fdf3391

Please sign in to comment.