This commit is contained in:
aptalca 2022-09-05 11:26:29 -04:00
parent 0c3bc099aa
commit 6a2c2eb409

View File

@ -7,3 +7,4 @@ if ! dpkg -s composer >/dev/null 2>&1 || ! dpkg -s php >/dev/null 2>&1; then
php" >> /mod-repo-packages-to-install.list
else
echo "**** php already installed, skipping ****"
fi