5 lines
148 B
Plaintext
5 lines
148 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
PHP=$(which php)
|
||
|
$PHP -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/tmp --filename=composer &>/dev/null
|