Skip to content

Commit

Permalink
Add missing php7.4-mbstring extension
Browse files Browse the repository at this point in the history
  • Loading branch information
turtle0x1 committed Aug 18, 2024
1 parent 91161a7 commit 865e665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $?
Expand Down

0 comments on commit 865e665

Please sign in to comment.