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

21 lines
560 B
Bash
Raw Normal View History

2018-06-17 00:50:26 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2021-07-23 14:55:35 +02:00
# Composer version
2023-03-13 09:41:07 +01:00
YNH_COMPOSER_VERSION="2.5.4"
2021-07-23 14:55:35 +02:00
2020-06-11 00:45:03 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================