加入php安装

This commit is contained in:
marvzhang
2020-03-10 16:42:40 +08:00
parent 689d44bbe7
commit 96ae068528
9 changed files with 167 additions and 120 deletions

13
backend/scripts/install-php.sh Executable file
View File

@@ -0,0 +1,13 @@
# lock global
touch /tmp/install.lock
# lock
touch /tmp/install-php.lock
apt-get install php
# unlock global
rm /tmp/install.lock
# unlock
rm /tmp/install-php.lock