Update seaweedfs-install.sh

This commit is contained in:
Tobias
2026-02-23 22:24:53 +01:00
committed by GitHub
parent 8d845f7bbf
commit e83e5ef167

View File

@@ -14,8 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt install -y \
fuse3
$STD apt install -y fuse3
msg_ok "Installed Dependencies"
fetch_and_deploy_gh_release "seaweedfs" "seaweedfs/seaweedfs" "prebuild" "latest" "/opt/seaweedfs" "linux_amd64.tar.gz"