Merge pull request #494 from linuxserver/code-server-php-typo

fix typo
This commit is contained in:
aptalca
2022-09-05 11:29:54 -04:00
committed by GitHub
@@ -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