fix realtime update

This commit is contained in:
Saeed Vaziry
2023-08-11 17:01:46 +02:00
parent a24d90e697
commit 6e8d0924e4
5 changed files with 28 additions and 14 deletions

View File

@ -92,6 +92,9 @@ if ! echo "${V_NGINX_CONFIG}" | tee /etc/nginx/nginx.conf; then
fi
service nginx start
# redis
apt install redis-server -y
# php
export V_PHP_VERSION="8.1"
add-apt-repository ppa:ondrej/php -y