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

21 lines
586 B
Bash
Raw Normal View History

2017-07-28 12:35:26 +02:00
#!/bin/bash
#=================================================
2021-11-25 10:08:00 +01:00
# COMMON VARIABLES
2017-07-28 12:35:26 +02:00
#=================================================
2023-01-26 18:23:06 +01:00
nodejs_version=14
2021-11-25 15:04:37 +01:00
version_commit=0e59ee0a47fc5937600999d14ceb1aca6392aec8
2017-07-28 12:35:26 +02:00
#=================================================
2021-11-25 10:08:00 +01:00
# PERSONAL HELPERS
2017-07-28 12:35:26 +02:00
#=================================================
#=================================================
2021-11-25 10:08:00 +01:00
# EXPERIMENTAL HELPERS
2017-07-28 12:35:26 +02:00
#=================================================
#=================================================
2021-11-25 10:08:00 +01:00
# FUTURE OFFICIAL HELPERS
2017-07-28 12:35:26 +02:00
#=================================================