From c1b0cb171ed4dc923db2a7a212dabfb16109aada Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 23 Jun 2020 12:42:45 +0200 Subject: [PATCH] [fix] Typo --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 66c906d..e497e47 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ # App package root directory should be the parent folder PKG_DIR=$(cd ../; pwd) -pkg_dependencies="php7.0-cli php7.05-imap python-pip php7.0-gd php7.0-ldap php7.0-zip" +pkg_dependencies="php7.0-cli php7.0-imap python-pip php7.0-gd php7.0-ldap php7.0-zip" #================================================= # SPECIFIC HELPERS