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

20 lines
559 B
Bash
Raw Normal View History

#!/bin/bash
2021-11-26 10:48:51 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
# Composer version
2022-03-29 09:56:16 +02:00
YNH_COMPOSER_VERSION="2.2.9"
2021-11-26 10:48:51 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================