From 3139c0b95000988626927d7a171e0a6fa0502ee6 Mon Sep 17 00:00:00 2001 From: Gofannon <17145502+Gofannon@users.noreply.github.com> Date: Sat, 4 Jun 2022 00:40:29 +0200 Subject: [PATCH] prettty to improve readibility --- scripts/_common.sh | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2fd98d1..b525a83 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,16 @@ YNH_DEFAULT_PHP_VERSION=7.3 # dependencies used by the app -pkg_dependencies="php$YNH_DEFAULT_PHP_VERSION-cli php$YNH_DEFAULT_PHP_VERSION-mysql php$YNH_DEFAULT_PHP_VERSION-json php$YNH_DEFAULT_PHP_VERSION-gd php$YNH_DEFAULT_PHP_VERSION-tidy php$YNH_DEFAULT_PHP_VERSION-curl php$YNH_DEFAULT_PHP_VERSION-php-gettext php$YNH_DEFAULT_PHP_VERSION-redis" +pkg_dependencies=" +php$YNH_DEFAULT_PHP_VERSION-cli +php$YNH_DEFAULT_PHP_VERSION-mysql +php$YNH_DEFAULT_PHP_VERSION-json +php$YNH_DEFAULT_PHP_VERSION-gd +php$YNH_DEFAULT_PHP_VERSION-tidy +php$YNH_DEFAULT_PHP_VERSION-curl +php$YNH_DEFAULT_PHP_VERSION-php-gettext +php$YNH_DEFAULT_PHP_VERSION-redis +" #================================================= # PERSONAL HELPERS