mirror of
https://github.com/YunoHost-Apps/X-prober_ynh.git
synced 2024-09-03 20:36:04 +02:00
24 lines
707 B
Bash
24 lines
707 B
Bash
#!/bin/bash
|
|
|
|
#=================================================
|
|
# COMMON VARIABLES
|
|
#=================================================
|
|
|
|
#REMOVEME? YNH_PHP_VERSION="8.0"
|
|
|
|
#REMOVEME? php_dependencies="php$YNH_PHP_VERSION-fpm"
|
|
|
|
# dependencies used by the app (must be on a single line)
|
|
#REMOVEME? pkg_dependencies="$php_dependencies"
|
|
|
|
#=================================================
|
|
# PERSONAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# EXPERIMENTAL HELPERS
|
|
#=================================================
|
|
|
|
#=================================================
|
|
# FUTURE OFFICIAL HELPERS
|
|
#=================================================
|