1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/my_capsule_ynh.git synced 2024-09-03 19:46:21 +02:00

toml style

This commit is contained in:
Salamandar 2024-01-28 15:30:55 +01:00
parent 7860d86a6d
commit 4a629c3dd2

View file

@ -79,7 +79,10 @@ ram.runtime = "50M"
main.url = "/"
[resources.apt]
packages = "php8.2-fpm, php8.2-mbstring"
packages = [
"php8.2-fpm",
"php8.2-mbstring",
]
packages_from_raw_bash = """
if [[ "$database" == true ]]; then
echo "mariadb-server, php8.2-mysql"