From 82c696a0f9ee80671006f198bd975a1ae3587bb5 Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Thu, 2 Aug 2018 19:17:34 +0200 Subject: [PATCH] Fixed another download location --- rclone_script-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rclone_script-install.sh b/rclone_script-install.sh index 34e7ed6..eb3c92c 100644 --- a/rclone_script-install.sh +++ b/rclone_script-install.sh @@ -289,6 +289,8 @@ installRCLONE_SCRIPT () # download uninstall script printf "${NORMAL} Getting UNINSTALL script... " +echo "${url}/${branch}/rclone_script-uninstall.sh" +echo "https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-uninstall.sh" { # try retval=$(wget -q -N -P ~/scripts ${url}/${branch}/rclone_script-uninstall.sh 2>&1) &&