tools: add --continue option to wget command in makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ install_buildenv:
|
|||||||
clean:
|
clean:
|
||||||
|
|
||||||
|
|
||||||
WGET=wget --no-verbose --show-progress --directory-prefix=cache/downloads/
|
WGET=wget --continue --no-verbose --show-progress --directory-prefix=cache/downloads/
|
||||||
download_extras:
|
download_extras:
|
||||||
mkdir -p cache/downloads/
|
mkdir -p cache/downloads/
|
||||||
# https://gitlab.com/nodiscc/plymouth-theme-debian-logo
|
# https://gitlab.com/nodiscc/plymouth-theme-debian-logo
|
||||||
|
|||||||
Reference in New Issue
Block a user