1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hat_ynh.git synced 2024-09-03 19:16:04 +02:00
hat_ynh/scripts/_common.sh

21 lines
547 B
Bash
Raw Normal View History

2022-05-28 17:05:04 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# nodejs version
2023-09-16 08:25:37 +02:00
nodejs_version=20
2022-05-28 17:05:04 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================