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

22 lines
577 B
Bash
Raw Normal View History

2022-02-05 12:03:12 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-07-19 01:49:58 +02:00
# dependencies used by the app
2022-02-05 12:03:12 +01:00
nodejs_version=16
2022-07-19 01:49:58 +02:00
go_version=1.13
2022-02-05 12:03:12 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================