1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00
galette_ynh/scripts/_common.sh

25 lines
813 B
Bash
Raw Normal View History

#!/bin/bash
2019-09-25 22:51:37 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2021-07-22 15:39:20 +02:00
# dependencies used by the app
2021-01-05 21:56:47 +01:00
YNH_PHP_VERSION="7.3"
2021-01-05 23:31:12 +01:00
2022-04-14 00:33:50 +02:00
pkg_dependencies="php${YNH_PHP_VERSION}-tidy php${YNH_PHP_VERSION}-intl php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-curl"
pgsql_pkg_dependencies="postgresql php${YNH_PHP_VERSION}-pgsql"
2019-09-25 22:51:37 +02:00
#=================================================
2022-04-13 20:36:45 +02:00
# PERSONAL HELPERS
2019-09-25 22:51:37 +02:00
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2022-04-13 20:36:45 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================