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

21 lines
584 B
Bash
Raw Normal View History

2018-11-27 17:09:29 +01:00
#!/bin/bash
2020-12-12 08:56:05 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
YNH_PHP_VERSION="7.3"
2020-12-12 09:01:58 +01:00
COMMIT="76408f5e98a68156afa47996e670d110a1c6106d"
2020-12-12 08:56:05 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================