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:
parent
7860d86a6d
commit
4a629c3dd2
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue