1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/grr_ynh.git synced 2024-09-03 19:15:56 +02:00
grr_ynh/scripts/_common.sh
Éric Gaspar a26fc1da3a v2
2023-06-13 18:04:31 +02:00

22 lines
775 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
#REMOVEME? YNH_PHP_VERSION="7.4"
# dependencies used by the app
#REMOVEME? pkg_dependencies="php${YNH_PHP_VERSION}-ldap php${YNH_PHP_VERSION}-gd php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-mysqli php${YNH_PHP_VERSION}-mysqlnd php${YNH_PHP_VERSION}-xml"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================