From 54bf188b0d800a08c20bc3d5dd00a89d1ed781ea Mon Sep 17 00:00:00 2001 From: LukasRos Date: Tue, 22 Nov 2022 15:55:35 +0100 Subject: [PATCH] Use curl instead of wget --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d5e9ca0..3026866 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,7 @@ vendor: composer.lock robo.phar: # Get a copy of robo - wget http://robo.li/robo.phar + curl -L -o robo.phar http://robo.li/robo.phar config.php: config.php.default # Use .default if no other config provided