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_os="${var_os:-debian}"
|
||||||
var_version="${var_version:-12}"
|
var_version="${var_version:-12}"
|
||||||
var_unprivileged="${var_unprivileged:-1}"
|
var_unprivileged="${var_unprivileged:-1}"
|
||||||
var_fuse="${var_fuse:-1}"
|
|
||||||
|
|
||||||
header_info "$APP"
|
header_info "$APP"
|
||||||
variables
|
variables
|
||||||
|
@ -14,13 +14,11 @@ network_check
|
|||||||
update_os
|
update_os
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y gnupg2
|
||||||
gnupg2 \
|
|
||||||
fuse
|
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
msg_info "Installing rclone"
|
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
|
dpkg -i rclone-v1.69.1-linux-amd64.deb
|
||||||
msg_ok "Installed rclone"
|
msg_ok "Installed rclone"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user