summary refs log tree commit diff
diff options
context:
space:
mode:
-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
 ```