1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lionwiki-t2t_ynh.git synced 2024-09-03 19:36:27 +02:00
lionwiki-t2t_ynh/scripts/_common.sh

23 lines
595 B
Bash
Raw Normal View History

2020-03-01 11:28:28 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2020-11-27 10:49:00 +01:00
YNH_PHP_VERSION="7.3"
2020-03-01 11:28:28 +01:00
# dependencies used by the app
2020-04-06 01:13:43 +02:00
pkg_dependencies="node-less"
2020-03-01 11:28:28 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================