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

@ -13,7 +13,6 @@ var_disk="${var_disk:-2}"
var_os="${var_os:-debian}"
var_version="${var_version:-12}"
var_unprivileged="${var_unprivileged:-1}"
var_fuse="${var_fuse:-1}"
header_info "$APP"
variables

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"