1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/X-prober_ynh.git synced 2024-09-03 20:36:04 +02:00
x-prober_ynh/scripts/_common.sh

25 lines
674 B
Bash
Raw Normal View History

2022-03-17 23:50:38 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-03-18 00:07:39 +01:00
2023-01-10 18:28:11 +01:00
YNH_PHP_VERSION="8.0"
2022-03-17 23:50:38 +01:00
2023-01-20 20:18:53 +01:00
php_dependencies="php$YNH_PHP_VERSION-fpm"
# dependencies used by the app (must be on a single line)
pkg_dependencies="$php_dependencies"
2022-03-17 23:50:38 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================