Skip to content

Commit

Permalink
os-packages.json: Add FreeBSD section
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Jul 29, 2024
1 parent a6569a1 commit d832202
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 @@ -416,6 +416,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"
}
]
}
]
}
]
}

0 comments on commit d832202

Please sign in to comment.