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

21 lines
592 B
Bash
Raw Normal View History

2019-01-29 21:56:56 +01:00
#!/bin/bash
2019-03-14 01:19:10 +01:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="postgresql postgresql-contrib"
2019-02-11 06:05:30 +01:00
#=================================================
2019-02-19 00:20:09 +01:00
# PERSONAL HELPERS
2019-02-11 06:05:30 +01:00
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
2019-02-19 00:20:09 +01:00
# FUTURE OFFICIAL HELPERS
2019-02-11 06:05:30 +01:00
#=================================================