add FUSE to rclone (#4972)

* Update rclone-install.sh

fuse3 is needed for mounting

* Update alpine-rclone.sh

activate FUSE by default

* Update rclone.sh

activate FUSE by default

* Update alpine-rclone-install.sh

install fuse3 which is needed for mounting
This commit is contained in:
Frankmaaan
2025-06-05 09:13:33 +02:00
committed by GitHub
parent b91cbbcbe9
commit 2e3f416242
4 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y apache2-utils
$STD apt-get install -y apache2-utils fuse3
msg_ok "Installed Dependencies"
msg_info "Installing rclone"