1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/emoncms_ynh.git synced 2024-09-03 18:36:03 +02:00
emoncms_ynh/scripts/_common.sh
Éric Gaspar 1c77fd9af5 v2
2023-12-14 16:39:56 +01:00

12 lines
335 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
#REMOVEME? YNH_PHP_VERSION="8.0"
# dependencies used by the app
#REMOVEME? php_dependencies="php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mysql"
#REMOVEME? pkg_dependencies="$php_dependencies"