add curl to the list of packages to preinstall

This commit is contained in:
Michael Becker 2024-12-17 00:53:11 -05:00
parent cf4c588f31
commit f947bde4c9

View File

@ -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