Skip to content

Commit fc1c5cf

Browse files
authored
Merge pull request #90 from voxpupuli/add-el-9
add RedHat/Rocky/AlmaLinux/CentOS 9 support
2 parents 6cd25c2 + cfbe581 commit fc1c5cf

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

metadata.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,28 @@
3737
{
3838
"operatingsystem": "RedHat",
3939
"operatingsystemrelease": [
40-
"8"
40+
"8",
41+
"9"
4142
]
4243
},
4344
{
4445
"operatingsystem": "Rocky",
4546
"operatingsystemrelease": [
46-
"8"
47+
"8",
48+
"9"
4749
]
4850
},
4951
{
5052
"operatingsystem": "AlmaLinux",
5153
"operatingsystemrelease": [
52-
"8"
54+
"8",
55+
"9"
56+
]
57+
},
58+
{
59+
"operatingsystem": "CentOS",
60+
"operatingsystemrelease": [
61+
"9"
5362
]
5463
},
5564
{

0 commit comments

Comments
 (0)