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

21 lines
560 B
Bash
Raw Normal View History

2020-11-06 21:41:02 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-06-06 18:52:57 +02:00
# Composer version
YNH_COMPOSER_VERSION="2.7.7"
2023-12-30 10:52:22 +01:00
2020-11-06 21:41:02 +01:00
#=================================================
2021-05-18 14:15:30 +02:00
# PERSONAL HELPERS
2020-11-06 21:41:02 +01:00
#=================================================
2021-05-18 14:15:30 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2020-11-06 21:41:02 +01:00
2021-05-18 14:15:30 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================