Skip to content

Commit 55f0f75

Browse files
committed
Packages (Linux): print opkg in JSON format
1 parent fe4eb56 commit 55f0f75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/modules/packages/packages.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ void ffGeneratePackagesJson(FF_MAYBE_UNUSED FFPackagesOptions* options, yyjson_m
180180
FF_APPEND_PACKAGE_COUNT(snap)
181181
FF_APPEND_PACKAGE_COUNT(winget)
182182
FF_APPEND_PACKAGE_COUNT(xbps)
183+
FF_APPEND_PACKAGE_COUNT(opkg)
183184
yyjson_mut_obj_add_strbuf(doc, obj, "pacmanBranch", &counts.pacmanBranch);
184185
}
185186

0 commit comments

Comments
 (0)