setup-hub.sh: use fuse3 for apt systems

This commit is contained in:
Justin Oros
2026-04-19 22:26:11 -07:00
parent 972dbef11c
commit 86688c43c7

View File

@@ -63,7 +63,7 @@ if command -v apt-get >/dev/null 2>&1; then
PKG_MANAGER="apt" PKG_MANAGER="apt"
PKG_INSTALL="apt-get install -y -q" PKG_INSTALL="apt-get install -y -q"
OPENSSH_PKG="openssh-server" OPENSSH_PKG="openssh-server"
FUSE_PKG="fuse" FUSE_PKG="fuse3"
info "Detected: apt (Debian/Ubuntu)" info "Detected: apt (Debian/Ubuntu)"
apt-get update -q apt-get update -q
elif command -v dnf >/dev/null 2>&1; then elif command -v dnf >/dev/null 2>&1; then