mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Bugfix: check for curl before trying to download composer
This commit is contained in:
parent
a297823a5a
commit
2d7d60b2b2
1 changed files with 1 additions and 0 deletions
1
build
1
build
|
@ -114,6 +114,7 @@ task_setup() {
|
|||
check_command php true;
|
||||
check_command node true;
|
||||
check_command npm true;
|
||||
check_command curl true;
|
||||
|
||||
check_php_module pdo_mysql;
|
||||
|
||||
|
|
Loading…
Reference in a new issue