debian-config/composer.sh

4 lines
101 B
Bash

#!/bin/bash
cd ~/
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/bin/composer