1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grr_ynh.git synced 2024-09-03 19:15:56 +02:00
grr_ynh/scripts/_common.sh

23 lines
775 B
Bash
Raw Normal View History

2021-10-26 12:00:04 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-06-13 18:04:31 +02:00
#REMOVEME? YNH_PHP_VERSION="7.4"
2021-10-28 16:31:34 +02:00
2021-10-26 12:00:04 +02:00
# dependencies used by the app
2023-06-13 18:04:31 +02:00
#REMOVEME? pkg_dependencies="php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-mysqlnd php${YNH_PHP_VERSION}-xml"
2021-10-26 12:00:04 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================