chibisafe_ynh/scripts/_common.sh

21 lines
572 B
Bash
Raw Normal View History

2017-06-05 07:04:03 -04:00
#!/bin/bash
2019-02-10 09:02:38 -05:00
#=================================================
2019-03-05 17:17:15 -05:00
# COMMON VARIABLES
2019-02-10 09:02:38 -05:00
#=================================================
2019-03-05 17:11:52 -05:00
# dependencies used by the app
pkg_dependencies="deb1 deb2"
2019-03-05 17:17:15 -05:00
#=================================================
# PERSONAL HELPERS
#=================================================
2019-02-10 09:02:38 -05:00
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
2019-02-10 09:02:38 -05:00
#=================================================