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

21 lines
588 B
Bash
Raw Normal View History

2019-01-28 19:15:11 +01:00
#!/bin/bash
2019-03-14 00:35:51 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2019-03-18 20:31:45 +01:00
pkg_dependencies="ca-certificates curl sudo"
2019-03-14 00:35:51 +01:00
2019-02-11 04:34:08 +01:00
#=================================================
2019-02-19 01:01:05 +01:00
# PERSONAL HELPERS
2019-02-11 04:34:08 +01:00
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
2019-02-19 01:01:05 +01:00
# FUTURE OFFICIAL HELPERS
2019-02-11 04:34:08 +01:00
#=================================================