From 628dd73f0e9be7aae6c8da2868019ee967ac59ba Mon Sep 17 00:00:00 2001 From: DaSourcerer Date: Mon, 13 Feb 2017 19:55:17 +0100 Subject: [PATCH] install msgpack PHP module --- bin/bootstrap-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/bootstrap-ubuntu.sh b/bin/bootstrap-ubuntu.sh index 799f8027eb..4c6af8fb56 100644 --- a/bin/bootstrap-ubuntu.sh +++ b/bin/bootstrap-ubuntu.sh @@ -37,6 +37,7 @@ apt-get install -y \ php$php_version-xml \ php$php_version-curl \ php$php_version-json \ + php$php_version-msgpack \ php$php_version-zip # Setup nginx configs