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

22 lines
591 B
Bash
Raw Normal View History

2018-01-29 00:55:27 +01:00
#!/bin/bash
2022-03-25 01:09:30 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="supervisor"
2022-05-05 02:45:58 +02:00
nodejs_version=12
2022-03-25 01:09:30 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================