From 9f273cac72baad192f046620dae33a97cd0ec749 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Tue, 27 Aug 2024 08:20:56 +0200 Subject: [PATCH] Fix php version --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9399c33..26a8ae8 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -1,4 +1,4 @@ -dependances="coturn build-essential python3-dev libffi-dev python3-pip python3-setuptools sqlite3 libssl-dev python3-venv libxml2-dev libxslt1-dev python3-lxml zlib1g-dev libjpeg-dev libpq-dev postgresql acl php8.3-fpm" +dependances="coturn build-essential python3-dev libffi-dev python3-pip python3-setuptools sqlite3 libssl-dev python3-venv libxml2-dev libxslt1-dev python3-lxml zlib1g-dev libjpeg-dev libpq-dev postgresql acl php8.2-fpm" python_version="$(python3 -V | cut -d' ' -f2 | cut -d. -f1-2)" app=$YNH_APP_INSTANCE_NAME