#!/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" COMMIT="217666c70766aa9a81ce6dde9e6c41a43d2da991" #================================================= # PERSONAL HELPERS #================================================= #================================================= # EXPERIMENTAL HELPERS #================================================= #================================================= # FUTURE OFFICIAL HELPERS #=================================================