2021-06-16 17:38:07 -04:00

7 lines
122 B
Plaintext

#!/usr/bin/with-contenv bash
echo "**** installing php and composer ****"
apt-get install -y \
composer \
php7.2