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

22 lines
626 B
Bash
Raw Normal View History

2022-12-27 17:59:56 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
java_version=17
# Java dependencies used by the app will be installed through the Java helper
pkg_dependencies=""
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================