From cb40f32efbecd61defdc8d9243930e8c05e6913e Mon Sep 17 00:00:00 2001 From: doob187 <60312740+doob187@users.noreply.github.com> Date: Sat, 30 Jan 2021 11:40:28 +0100 Subject: [PATCH] Update rcloneinstall.sh --- functions/rcloneinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/rcloneinstall.sh b/functions/rcloneinstall.sh index 969dc4e2..4662e807 100644 --- a/functions/rcloneinstall.sh +++ b/functions/rcloneinstall.sh @@ -8,7 +8,7 @@ rcloneinstall() { # install what version of rclone - rversion=1.48 + rversion=1.53 rcheck1=$(rclone --version 2>&1) rcheck2=$(echo $rcheck1 | cut -c1-12)