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
#=================================================
2022-08-01 21:00:01 +02:00
nodejs_version=16
2022-08-01 21:07:28 +02:00
GO_VERSION="1.18"
2022-08-01 21:00:01 +02:00
2022-03-28 11:33:36 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================