Signed-off-by: geraldo netto <[email protected]> --- twemproxy/GET | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/twemproxy/GET b/twemproxy/GET index fff0cdd..85a6697 100755 --- a/twemproxy/GET +++ b/twemproxy/GET @@ -2,7 +2,7 @@ rm -f master.zip rm -rf twemproxy-master -wget https://github.com/twitter/twemproxy/archive/master.zip +wget -c https://github.com/twitter/twemproxy/archive/master.zip unzip master.zip cd twemproxy-master -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
