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

13 lines
335 B
Bash
Raw Normal View History

2022-01-02 23:03:52 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-12-14 16:39:56 +01:00
#REMOVEME? YNH_PHP_VERSION="8.0"
2022-01-02 23:03:52 +01:00
# dependencies used by the app
2023-12-14 16:39:56 +01:00
#REMOVEME? php_dependencies="php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mysql"
2022-01-02 23:03:52 +01:00
2023-12-14 16:39:56 +01:00
#REMOVEME? pkg_dependencies="$php_dependencies"