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

22 lines
663 B
Bash
Raw Normal View History

2020-10-14 12:53:53 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.4"
2020-10-14 12:53:53 +02:00
pkg_dependencies="php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-dom"
2020-10-14 12:53:53 +02:00
2020-10-14 18:38:47 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2020-10-14 12:53:53 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2020-10-14 18:38:47 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================