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

20 lines
539 B
Bash
Raw Normal View History

2019-07-29 19:50:23 +02:00
#!/bin/bash
2021-02-01 14:42:41 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
2019-07-29 19:50:23 +02:00
2023-07-06 20:12:23 +02:00
YNH_COMPOSER_VERSION=2.5.8
2021-05-09 22:46:23 +02:00
2021-02-01 14:42:41 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
2019-07-29 19:50:23 +02:00
2021-02-01 14:42:41 +01:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2019-07-29 19:50:23 +02:00
2021-02-01 14:42:41 +01:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================