Skip to content

Commit f856337

Browse files
authored
Merge pull request #375 from cusae/debian13
Add Debian 13 "Trixie" support
2 parents d02c246 + aeb1372 commit f856337

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

data/os/Debian/12.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
unbound::package_name: ['unbound','unbound-anchor']
1+
unbound::package_name: ['unbound','unbound-anchor']

data/os/Debian/13.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
unbound::package_name: ['unbound','unbound-anchor']

metadata.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"operatingsystem": "Debian",
5353
"operatingsystemrelease": [
5454
"11",
55-
"12"
55+
"12",
56+
"13"
5657
]
5758
},
5859
{

0 commit comments

Comments
 (0)