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

20 lines
530 B
Bash
Raw Normal View History

2017-10-09 17:15:07 +02:00
#!/bin/bash
2020-07-25 23:14:14 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
2017-10-09 17:15:07 +02:00
nodejs_version=18
2017-10-09 17:15:07 +02:00
2020-07-25 23:14:14 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
2017-10-09 17:15:07 +02:00
2020-07-25 23:14:14 +02:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
2017-10-09 17:15:07 +02:00
2020-07-25 23:14:14 +02:00
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================