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

21 lines
549 B
Bash
Raw Normal View History

2023-10-16 21:07:03 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-10-17 20:50:05 +02:00
# nodejs version
2024-06-12 08:46:50 +02:00
nodejs_version="20"
2023-10-17 20:50:05 +02:00
2023-10-16 21:07:03 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================