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)