Skip to content

Commit

Permalink
chore: using curl command instead of wget (#1836)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsolr committed May 3, 2021
1 parent e89665f commit d7e08cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ endif
.PHONY: dag-lib
dag-lib:
ifeq ("$(wildcard api/dag-to-lua/dag-to-lua.lua)", "")
wget https://github.com/api7/dag-to-lua/archive/v1.1.tar.gz -P /tmp
curl -Lso /tmp/v1.1.tar.gz https://github.com/api7/dag-to-lua/archive/v1.1.tar.gz
tar -zxvf /tmp/v1.1.tar.gz -C /tmp
mkdir ./api/dag-to-lua
cp -r /tmp/dag-to-lua-1.1/lib/* ./api/dag-to-lua
Expand Down

0 comments on commit d7e08cb

Please sign in to comment.