fixes
This commit is contained in:
parent
b30165360a
commit
66c5048f0c
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user