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

15 lines
402 B
Bash
Raw Normal View History

2024-02-07 19:24:36 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2024-02-07 19:31:56 +01:00
NODEJS_VERSION="20"
2024-02-07 19:24:36 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
2024-05-23 11:42:18 +02:00
#=================================================