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

29 lines
761 B
Bash
Raw Normal View History

2022-07-20 12:04:29 +02:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-09-03 18:58:58 +02:00
# dependencies used by the app (must be on a single line)
2022-07-23 17:10:52 +02:00
pkg_dependencies=""
extra_pkg_dependencies="nomad"
2022-07-21 08:24:29 +02:00
2022-07-23 04:57:16 +02:00
server_pkg_dependencies=""
client_pkg_dependencies=""
client_lxc_pkg_dependencies="pkg-config lxc-dev lxc lxc-templates"
2022-07-21 08:24:29 +02:00
2023-05-23 08:09:02 +02:00
go_version=1.20
2022-07-20 12:04:29 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================