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
707 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-05-01 17:49:57 +02:00
#REMOVEME? YNH_PHP_VERSION="8.0"
2022-03-17 23:50:38 +01:00
2023-05-01 17:49:57 +02:00
#REMOVEME? php_dependencies="php$YNH_PHP_VERSION-fpm"
2023-01-20 20:18:53 +01:00
# dependencies used by the app (must be on a single line)
2023-05-01 17:49:57 +02:00
#REMOVEME? pkg_dependencies="$php_dependencies"
2023-01-20 20:18:53 +01:00
2022-03-17 23:50:38 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================