summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPjotr Prins2025-06-04 14:44:49 +0200
committerPjotr Prins2025-06-13 07:00:19 +0200
commit8cfd918618d2ea7286c111fd83b203919c95f1a0 (patch)
treecc61fdb29d0603b58c7b3363d48bd70ba3571271
parent68f77ff6f974e1197dd33ab9a217684cba60ba85 (diff)
downloadgn-gemtext-8cfd918618d2ea7286c111fd83b203919c95f1a0.tar.gz
Note on fuse
-rw-r--r--topics/systems/backup-drops.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/systems/backup-drops.gmi b/topics/systems/backup-drops.gmi
index 4acc7b7..3f81c5a 100644
--- a/topics/systems/backup-drops.gmi
+++ b/topics/systems/backup-drops.gmi
@@ -130,7 +130,7 @@ fusermount3: mount failed: Operation not permitted
This means you need to set the suid on the fusermount3 command. Bit nasty in Guix.
```
-apt-get install fuser sshfs
+apt-get install fuse(3) sshfs
chmod 4755 /usr/bin/fusermount
```