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

21 lines
548 B
Bash
Raw Normal View History

2022-03-28 11:33:36 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2023-03-10 18:57:16 +01:00
nodejs_version=16
GO_VERSION="1.18"
2022-03-28 11:33:36 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================