2020-04-06 10:42:20 -05:00

7 lines
136 B
Plaintext

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