From 05536deec96c7f0853a654ead608b3abdb480426 Mon Sep 17 00:00:00 2001 From: Ajam Date: Thu, 24 Oct 2024 20:17:38 +0545 Subject: [PATCH] ++ --- Docs/FUSE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/FUSE.md b/Docs/FUSE.md index fab6da78..41e758a2 100644 --- a/Docs/FUSE.md +++ b/Docs/FUSE.md @@ -17,6 +17,7 @@ > > > - [`Debian`](https://packages.debian.org/search?keywords=fuse3) & [`Derivatives`](https://en.wikipedia.org/wiki/Category:Debian-based_distributions) > > ```bash +> > !#Use doas/sudo wherever applicable > > sudo apt update -y -qq > > sudo apt install fuse3 -y > > ```