Skip to content

Commit

Permalink
lakka: axel -q
Browse files Browse the repository at this point in the history
  • Loading branch information
hanwckf committed Jun 5, 2019
1 parent 795b829 commit 68972a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ lakka_clean:
fi )

lakka_dl:
@( if [ -n "$(LAKKA_PKG)" ]; then \
( if [ -n "$(LAKKA_PKG)" ]; then \
if [ ! -f $(DL)/$(LAKKA_PKG) ]; then \
#$(WGET) "$(LAKKA_URL)/$(LAKKA_PKG)" ; \
$(AXEL) "$(LAKKA_URL)/$(LAKKA_PKG)" ; \
$(AXEL) -q "$(LAKKA_URL)/$(LAKKA_PKG)" ; \
fi \
else \
echo "fetch lakka dl url fail" ; exit 1 ; \
Expand Down

0 comments on commit 68972a0

Please sign in to comment.