Skip to content

Commit

Permalink
#1437 remove wget
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Oct 26, 2024
1 parent aeec23b commit ac3143c
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 @@ -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
Expand Down

0 comments on commit ac3143c

Please sign in to comment.