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

22 lines
571 B
Bash
Raw Permalink Normal View History

2021-08-12 13:28:44 +02:00
#!/bin/bash
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-05-17 13:36:53 +02:00
nodejs_version=16
2022-05-17 12:34:04 +02:00
YNH_COMPOSER_VERSION="2.2.7"
2021-08-12 13:28:44 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================