This commit is contained in:
CanbiZ
2025-04-08 13:33:30 +02:00
parent b30165360a
commit 66c5048f0c
2 changed files with 2 additions and 5 deletions

View File

@@ -14,13 +14,11 @@ network_check
update_os
msg_info "Installing Dependencies"
$STD apt-get install -y \
gnupg2 \
fuse
$STD apt-get install -y gnupg2
msg_ok "Installed Dependencies"
msg_info "Installing rclone"
wget https://downloads.rclone.org/v1.69.1/rclone-v1.69.1-linux-amd64.deb
$STD fetch_and_deploy_gh_release rclone/rclone
dpkg -i rclone-v1.69.1-linux-amd64.deb
msg_ok "Installed rclone"