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

23 lines
617 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
2023-08-04 22:47:59 +02:00
pkg_dependencies="postgresql postgresql-contrib rsync"
2019-03-14 01:19:10 +01:00
2022-07-06 23:49:44 +02:00
nodejs_version=16
2020-06-03 23:48:48 +02:00
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
#=================================================