Skip to content

Commit

Permalink
os-packages.json: Add FreeBSD section (#9434)
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd authored Jul 30, 2024
1 parent c30961d commit 863f59a
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions release-notes/9.0/os-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,33 @@
}
]
},
{
"name": "FreeBSD",
"install-commands":
[
{
"run-under-sudo": true,
"command-root": "pkg",
"command-parts": ["install", "-A", "{packageName}"]
}
],
"releases": [
{
"name": "FreeBSD 14.1",
"release": "14.1",
"packages": [
{
"id": "libicu",
"name": "icu"
},
{
"id": "krb5",
"name": "krb5"
}
]
}
]
},
{
"name": "Ubuntu",
"install-commands":
Expand Down

0 comments on commit 863f59a

Please sign in to comment.