standardize apt-get

This commit is contained in:
aptalca 2021-06-16 17:38:07 -04:00
parent 9725006560
commit dbce366e5b
2 changed files with 6 additions and 3 deletions

View File

@ -0,0 +1,3 @@
#!/usr/bin/with-contenv bash
apt-get update

View File

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