Skip to content

Commit

Permalink
Merge pull request #70 from ekohl/latest-debian-and-ubuntu
Browse files Browse the repository at this point in the history
Support Debian 11 & 12 + Ubuntu 22.04 & 24.04
  • Loading branch information
bastelfreak authored Aug 21, 2024
2 parents 0dba111 + acc98e3 commit 05edf86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04",
"24.04"
]
},
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10"
"10",
"11",
"12"
]
}
],
Expand Down

0 comments on commit 05edf86

Please sign in to comment.