From 39aa760bc1133cfab4f9458026637fee5f1ffd8b Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sat, 19 Apr 2014 16:20:08 +1000 Subject: [PATCH] build-makemkv resumes download --- build-makemkv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-makemkv.sh b/build-makemkv.sh index a612f3f..c6750d0 100755 --- a/build-makemkv.sh +++ b/build-makemkv.sh @@ -23,7 +23,7 @@ mkdir -p "${install_dir}/bin/" "${install_dir}/lib/" pushd "${build_dir}/unpack-bin/" -wget "${makemkv_bin_url}" +wget --continue "${makemkv_bin_url}" tar zxf "$(basename "${makemkv_bin_url}")" cp "${makemkv_bin_dir}/bin/amd64/makemkvcon" "${install_dir}/bin/" chmod +x "${install_dir}/bin/makemkvcon" @@ -31,7 +31,7 @@ popd pushd "${build_dir}/unpack-oss/" -wget "${makemkv_oss_url}" +wget --continue "${makemkv_oss_url}" tar zxf "$(basename "${makemkv_oss_url}")" cd "${makemkv_oss_dir}/" if [ -f makefile.linux ]; then -- 2.39.2