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
commit 4138bde235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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