Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding FreeBSD #9435

Merged
merged 3 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Change order of OS families
richlander committed Jul 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 04a49cc9ec59fe8a1523b953bbd6452235c1e575
54 changes: 27 additions & 27 deletions release-notes/9.0/os-packages.json
Original file line number Diff line number Diff line change
@@ -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":
@@ -416,33 +443,6 @@
]
}
]
},
{
"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"
}
]
}
]
}
]
}