mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
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:
parent
b91cbbcbe9
commit
2e3f416242
4 changed files with 4 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue