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

21 lines
578 B
Bash
Raw Normal View History

2017-10-26 13:01:33 +02:00
#!/bin/bash
2021-02-13 18:14:54 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2022-06-20 01:41:47 +02:00
extra_pkg_dependencies="mosquitto"
2021-02-13 18:14:54 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================