mirror of
https://github.com/YunoHost-Apps/my_capsule_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update manifest.toml
This commit is contained in:
parent
567a589314
commit
46fabd8d21
1 changed files with 2 additions and 5 deletions
|
@ -75,9 +75,6 @@ ram.runtime = "50M"
|
||||||
packages = "gemserv, php8.2-fpm, php8.2-mbstring"
|
packages = "gemserv, php8.2-fpm, php8.2-mbstring"
|
||||||
packages_from_raw_bash = """
|
packages_from_raw_bash = """
|
||||||
if [[ "$database" == true ]]; then
|
if [[ "$database" == true ]]; then
|
||||||
echo "mariadb-server"
|
echo "mariadb-server, php8.2-mysql"
|
||||||
fi
|
fi
|
||||||
"""
|
"""
|
||||||
|
|
||||||
#[resources.database]
|
|
||||||
#type = "mysql"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue