From 9e778074950a10be24f0af529ba5a7985d17b18f Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 4 Jun 2022 11:39:07 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 416f713..ce047fb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ YNH_PHP_VERSION="8.0" -pkg_dependencies="php${YNH_PHP_VERSION}-curl" +pkg_dependencies="php${YNH_PHP_VERSION}-curl php${YNH_PHP_VERSION}-mysql" #================================================= # PERSONAL HELPERS