Skip to content

Commit

Permalink
Merge pull request #115 from h0tw1r3/os-support
Browse files Browse the repository at this point in the history
Update Debian, Ubuntu, and SLES support
  • Loading branch information
h0tw1r3 committed Apr 16, 2024
2 parents c95c6f0 + 450b8a5 commit 7f91d16
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,26 @@
"8"
]
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [
"12"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04"
"18.04",
"20.04",
"22.04"
]
}
],
Expand Down

0 comments on commit 7f91d16

Please sign in to comment.