mirror of
https://github.com/YunoHost-Apps/emoncms_ynh.git
synced 2024-09-03 18:36:03 +02:00
12 lines
335 B
Bash
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"
|