From 67ba5b02527b52d4e3d349ba9670b6a32bc44e9a Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 6 Sep 2025 22:12:07 +0000 Subject: [PATCH] partyfuse: suggest fuse2 --- bin/partyfuse.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/partyfuse.py b/bin/partyfuse.py index 490726e1..0d88caca 100755 --- a/bin/partyfuse.py +++ b/bin/partyfuse.py @@ -6,8 +6,8 @@ __copyright__ = 2019 __license__ = "MIT" __url__ = "https://github.com/9001/copyparty/" -S_VERSION = "2.0" -S_BUILD_DT = "2024-10-01" +S_VERSION = "2.1" +S_BUILD_DT = "2025-09-06" """ mount a copyparty server (local or remote) as a filesystem @@ -99,7 +99,7 @@ except: elif MACOS: libfuse = "install https://osxfuse.github.io/" else: - libfuse = "apt install libfuse3-3\n modprobe fuse" + libfuse = "apt install libfuse2\n modprobe fuse" m = """\033[33m could not import fuse; these may help: