From d59be821c6dc698642903b87c396a7b97abc88ca Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 7 Mar 2020 17:00:32 +0100 Subject: [PATCH] tools: add --continue option to wget command in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7b5d2e8..6dca5fe 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ install_buildenv: clean: -WGET=wget --no-verbose --show-progress --directory-prefix=cache/downloads/ +WGET=wget --continue --no-verbose --show-progress --directory-prefix=cache/downloads/ download_extras: mkdir -p cache/downloads/ # https://gitlab.com/nodiscc/plymouth-theme-debian-logo