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

21 lines
611 B
Bash
Raw Normal View History

2021-03-07 19:51:22 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
2022-09-23 21:57:38 +02:00
# dependencies used by the app (must be on a single line)
2021-03-07 19:51:22 +01:00
pkg_dependencies="gnupg ca-certificates"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================