mirror of
https://github.com/minio/minio.git
synced 2025-01-15 00:35:02 -05:00
8 lines
237 B
Bash
8 lines
237 B
Bash
|
#!/bin/bash -e
|
||
|
#
|
||
|
#
|
||
|
|
||
|
test_run_dir="$MINT_RUN_CORE_DIR/aws-sdk-php"
|
||
|
$WGET --output-document=- https://getcomposer.org/installer | php -- --install-dir="$test_run_dir"
|
||
|
php "$test_run_dir/composer.phar" --working-dir="$test_run_dir" install
|