From 86688c43c79d73c1c914abb241e1005c4a48593c Mon Sep 17 00:00:00 2001 From: Justin Oros Date: Sun, 19 Apr 2026 22:26:11 -0700 Subject: [PATCH] setup-hub.sh: use fuse3 for apt systems --- hub/setup-hub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hub/setup-hub.sh b/hub/setup-hub.sh index a280d4b..6f420d0 100755 --- a/hub/setup-hub.sh +++ b/hub/setup-hub.sh @@ -63,7 +63,7 @@ if command -v apt-get >/dev/null 2>&1; then PKG_MANAGER="apt" PKG_INSTALL="apt-get install -y -q" OPENSSH_PKG="openssh-server" - FUSE_PKG="fuse" + FUSE_PKG="fuse3" info "Detected: apt (Debian/Ubuntu)" apt-get update -q elif command -v dnf >/dev/null 2>&1; then