add curl to the list of packages to preinstall
This commit is contained in:
parent
cf4c588f31
commit
f947bde4c9
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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
|
ENABLE_NANO=1
|
||||||
if [ $ENABLE_NANO -eq 1 ]; then
|
if [ $ENABLE_NANO -eq 1 ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user