peertube-search-index_ynh/scripts/_common.sh

28 lines
742 B
Bash
Raw Normal View History

2020-10-31 14:18:46 +01:00
#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
pkg_dependencies="git"
extra_pkg_dependencies="elasticsearch-oss"
NODEJS_VERSION=12
source="https://framagit.org/framasoft/peertube/search-index"
2021-02-17 20:47:16 +01:00
COMMIT="c29e7f02df4bd5cdfac3696de6d221f1beea041f"
2020-10-31 14:18:46 +01:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================