1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00
pluxml_ynh/scripts/_common.sh
Éric Gaspar d3182d1f89
Testing (#50)
* Upgrade to v.5.8.4
- Fix linter warnings
2020-12-14 23:22:49 +01:00

22 lines
616 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION=7.3
# dependencies used by the app
#extra_php_dependencies=="php${YNH_PHP_VERSION}-gd"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================