8 lines
229 B
Bash
8 lines
229 B
Bash
#!/usr/bin/env bash
|
|
|
|
sudo apt-get install -y curl php-cli php-mbstring git unzip
|
|
|
|
cd ~
|
|
curl -sS https://getcomposer.org/installer -o composer-setup.php
|
|
|
|
sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer |