Skip to content

Commit aa773f7

Browse files
Fix install on debian trixie with latests libfuse3 package (#801)
1 parent b7f0a59 commit aa773f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ nfpms:
318318
deb:
319319
dependencies:
320320
- fuse3
321-
- libfuse3-3
321+
- libfuse3-3 | libfuse3-4
322322
- libc6 (>= 2.24)
323323

324324
rpm:

0 commit comments

Comments
 (0)