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
Éric Gaspar a0abed5896 v2
2023-05-01 17:49:57 +02:00

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
#=================================================