mirror of
https://github.com/YunoHost-Apps/tiki_ynh.git
synced 2024-09-04 01:15:54 +02:00
Update manifest.toml
This commit is contained in:
parent
39662e95dc
commit
740c2d538e
1 changed files with 9 additions and 1 deletions
|
@ -71,7 +71,15 @@ ram.runtime = "50M"
|
|||
main.url = "/"
|
||||
|
||||
[resources.apt]
|
||||
packages = "tesseract-ocr imagemagick mariadb-server php8.1-bz2 php8.1-curl php8.1-gd php8.1-zip php8.1-mysql php8.1-xml php8.1-mbstring php8.1-intl"
|
||||
packages = "tesseract-ocr imagemagick mariadb-server"
|
||||
|
||||
packages_from_raw_bash = """
|
||||
if [[ "$release_cycle" == "regular" ]]; then
|
||||
echo "php8.2-bz2 php8.2-curl php8.2-gd php8.2-zip php8.2-mysql php8.2-xml php8.2-mbstring php8.2-intl"
|
||||
else
|
||||
echo "php7.4-bz2 php7.4-curl php7.4-gd php7.4-zip php7.4-mysql php7.4-xml php7.4-mbstring php7.4-intl"
|
||||
fi
|
||||
"""
|
||||
|
||||
[resources.database]
|
||||
type = "mysql"
|
||||
|
|
Loading…
Reference in a new issue