forked from finn/tinyboard
setup-hub.sh: use fuse3 for apt systems
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user