From ac3143c82eeef599cbb4713bf385c8eb56cf9216 Mon Sep 17 00:00:00 2001 From: Stakovicz Date: Sat, 26 Oct 2024 17:08:35 +0200 Subject: [PATCH] afup#1437 remove wget --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b791cf7d6..6bcd814bc 100644 --- a/Makefile +++ b/Makefile @@ -131,7 +131,7 @@ node_modules: composer.phar: # You may replace the commit hash by whatever the last commit hash is on https://github.com/composer/getcomposer.org/commits/main - wget https://raw.githubusercontent.com/composer/getcomposer.org/46c42b8248e157b4f77acf5150dacba6aeb60901/web/installer -O - -q | php -- --2.2 + curl -o https://raw.githubusercontent.com/composer/getcomposer.org/46c42b8248e157b4f77acf5150dacba6aeb60901/web/installer -O - -q | php -- --2.2 init-db: make reset-db