Use curl instead of wget

This commit is contained in:
2022-11-22 15:55:35 +01:00
parent 77cf9e05f1
commit 54bf188b0d
+1 -1
View File
@@ -17,7 +17,7 @@ vendor: composer.lock
robo.phar: robo.phar:
# Get a copy of robo # 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 config.php: config.php.default
# Use .default if no other config provided # Use .default if no other config provided