Use curl instead of wget
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user