From 865e6657107a31c4ebf2ff68285577ca6974aa90 Mon Sep 17 00:00:00 2001 From: turtle0x1 Date: Sun, 18 Aug 2024 11:00:11 +0100 Subject: [PATCH] Add missing php7.4-mbstring extension --- examples/test_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test_setup.sh b/examples/test_setup.sh index 4218cc30..3ac2cfea 100755 --- a/examples/test_setup.sh +++ b/examples/test_setup.sh @@ -5,7 +5,7 @@ sudo dpkg --purge --force-all lxd lxc apt-get update # # Install Dependecies -apt-get install -y apache2 php7.4 php7.4-cli php7.4-json php7.4-mysql php7.4-xml php7.4-curl unzip zip git nodejs openssl || exit $? +apt-get install -y apache2 php7.4 php7.4-cli php7.4-json php7.4-mysql php7.4-xml php7.4-curl php7.4-mbstring unzip zip git nodejs openssl || exit $? apt-get install -y mysql-server || exit $? apt-get install -y --no-install-recommends cron || exit $? apt-get install -y --no-install-recommends php7.4-xdebug || exit $?