From c2cce43667e3840e456e2a769498511eb0d6c35a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Feb 2023 18:08:38 +0100 Subject: [PATCH] remove PHP version --- scripts/_common.sh | 2 -- scripts/install | 1 - 2 files changed, 3 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c783a5c..a6dc845 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,8 +4,6 @@ # COMMON VARIABLES #================================================= -YNH_PHP_VERSION="8.1" - YNH_COMPOSER_VERSION=2.4.2 #================================================= diff --git a/scripts/install b/scripts/install index 6da3aaf..1136371 100644 --- a/scripts/install +++ b/scripts/install @@ -9,7 +9,6 @@ source _common.sh source /usr/share/yunohost/helpers -phpversion=$YNH_PHP_VERSION timezone="$(cat /etc/timezone)" redis_db=$(ynh_redis_get_free_db) email=$(ynh_user_get_info --username=$admin --key=mail)