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
2023-03-08 15:57:35 +01:00
YNH_COMPOSER_VERSION="2.5.4"
2021-05-18 15:31:20 +02: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
#=================================================