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

22 lines
725 B
Bash
Raw Normal View History

2020-12-16 19:56:57 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-07-16 20:00:39 +02:00
YNH_PHP_VERSION="8.0"
2020-12-16 19:56:57 +01:00
2021-11-16 10:39:20 +01:00
pkg_dependencies="php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-fileinfo php${YNH_PHP_VERSION}-sqlite3 php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-intl"
2020-12-16 19:56:57 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================