From f947bde4c9b8c8ef3b0e25f0e292078b2af16c21 Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Tue, 17 Dec 2024 00:53:11 -0500 Subject: [PATCH] add curl to the list of packages to preinstall --- libexec/mocha/carafe/preinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/mocha/carafe/preinstall.sh b/libexec/mocha/carafe/preinstall.sh index 9f7d33a..fcee207 100755 --- a/libexec/mocha/carafe/preinstall.sh +++ b/libexec/mocha/carafe/preinstall.sh @@ -1,6 +1,6 @@ #!/bin/bash -PACKAGE_LIST="apache2 php pwgen php-xml php-mbstring php-curl php-mysql mariadb-server dotnet-sdk-8.0" +PACKAGE_LIST="apache2 php pwgen php-xml php-mbstring php-curl php-mysql mariadb-server dotnet-sdk-8.0 curl" ENABLE_NANO=1 if [ $ENABLE_NANO -eq 1 ]; then