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

Update manifest.toml: missing php driver for mysql...

This commit is contained in:
Alexandre Aubin 2024-01-06 20:08:43 +01:00 committed by GitHub
parent 1358f640a9
commit 92f31d75a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ ram.runtime = "50M"
main.url = "/" main.url = "/"
[resources.apt] [resources.apt]
packages = "mariadb-server, php8.0-mbstring, php8.0-intl, php8.0-xml, php8.0-cli" packages = "mariadb-server, php8.0-mbstring, php8.0-intl, php8.0-xml, php8.0-cli php8.0-mysql"
[resources.database] [resources.database]
type = "mysql" type = "mysql"