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
578 B
Bash
Raw Normal View History

2021-08-12 13:28:44 +02:00
#!/bin/bash
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2024-05-02 18:35:32 +02:00
nodejs_version="18.20.2"
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
#=================================================