1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/scripts/_common.sh

23 lines
616 B
Bash
Raw Normal View History

#!/bin/bash
2020-06-24 22:26:29 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2020-11-14 09:25:15 +01:00
YNH_PHP_VERSION=7.3
2020-06-24 22:26:29 +02:00
# dependencies used by the app
2020-11-14 23:28:08 +01:00
#extra_php_dependencies=="php${YNH_PHP_VERSION}-gd"
2020-06-24 22:26:29 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================