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

20 lines
530 B
Bash
Raw Normal View History

2019-01-28 19:15:11 +01:00
#!/bin/bash
2019-03-14 00:35:51 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
2021-03-23 20:16:47 +01:00
NODEJS_VERSION=10
2020-08-08 20:21:09 +02:00
2019-02-11 04:34:08 +01:00
#=================================================
2019-02-19 01:01:05 +01:00
# PERSONAL HELPERS
2019-02-11 04:34:08 +01:00
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
2019-02-19 01:01:05 +01:00
# FUTURE OFFICIAL HELPERS
2019-02-11 04:34:08 +01:00
#=================================================