From c53f4281a7027eea65657655bf5585521e60c652 Mon Sep 17 00:00:00 2001 From: guillaumemichel Date: Fri, 25 Apr 2025 13:49:06 +0200 Subject: [PATCH] docs: use latest fuse package --- docs/fuse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fuse.md b/docs/fuse.md index 7744a0d457b..b4b966e5240 100644 --- a/docs/fuse.md +++ b/docs/fuse.md @@ -16,7 +16,7 @@ to your distribution manual to get things working. Install `fuse` with your favorite package manager: ``` -sudo apt-get install fuse +sudo apt-get install fuse3 ``` On some older Linux distributions, you may need to add yourself to the `fuse` group.