diff --git a/docs/content/install.sh b/docs/content/install.sh index 33f7f5c53..56141f3f1 100755 --- a/docs/content/install.sh +++ b/docs/content/install.sh @@ -53,9 +53,9 @@ export XDG_CONFIG_HOME=config #check installed version of rclone to determine if update is necessary version=$(rclone --version 2>>errors | head -n 1) if [ -z "$install_beta" ]; then - current_version=$(curl https://downloads.rclone.org/version.txt) + current_version=$(curl -f https://downloads.rclone.org/version.txt) else - current_version=$(curl https://beta.rclone.org/version.txt) + current_version=$(curl -f https://beta.rclone.org/version.txt) fi if [ "$version" = "$current_version" ]; then @@ -123,7 +123,7 @@ else rclone_zip="rclone-beta-latest-${OS}-${OS_type}.zip" fi -curl -O "$download_link" +curl -Of "$download_link" unzip_dir="tmp_unzip_dir_for_rclone" # there should be an entry in this switch for each element of unzip_tools_list case "$unzip_tool" in