From ef23888ae5a0e8bb113b5a2a3c17b5bb09654b83 Mon Sep 17 00:00:00 2001 From: Robert Date: Mon, 11 Dec 2023 15:06:21 -0500 Subject: [PATCH] mbstring install. --- build/install_neato.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/install_neato.sh b/build/install_neato.sh index 752767e..c398afb 100755 --- a/build/install_neato.sh +++ b/build/install_neato.sh @@ -1,6 +1,7 @@ #!/bin/bash PHPCLI='php8.3-cli' +PHPMBString='php8.3-mbstring' if [ "$EUID" -ne 0 ]; then echo "Please run as root!" @@ -28,6 +29,7 @@ pushd /opt/neatoDeployments /usr/bin/add-apt-repository ppa:ondrej/php -y /usr/bin/apt-get update /usr/bin/dpkg -s $PHPCLI 2>/dev/null >/dev/null || /usr/bin/apt-get install -y $PHPCLI +/usr/bin/dpkg -s $PHPMBString 2>/dev/null >/dev/null || /usr/bin/apt-get install -y $PHPMBString /usr/bin/dpkg -s curl 2>/dev/null >/dev/null || /usr/bin/apt-get install -y curl chown www-data:www-data neato*