From 7497ea8b6915b725358db0d4a1210f999961cfee Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 14 Mar 2020 20:13:58 +0100 Subject: [PATCH] Update dependencies for buster --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 24a7fee..9d93902 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ # ============================================================================= # Package dependencies -pkg_dependencies="php5-gd php5-mcrypt php-mbstring" +pkg_dependencies="php-gd php-mbstring" # ============================================================================= # COMMON CACHET FUNCTIONS