1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lemmy_ynh.git synced 2024-09-03 19:36:09 +02:00
lemmy_ynh/scripts/_common.sh
Éric Gaspar 50c3fbcb73 v2
2023-05-26 16:42:26 +02:00

25 lines
738 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
#REMOVEME? lemmy_dependencies="postgresql postgresql-contrib"
#REMOVEME? lemmyui_dependencies="espeak"
#REMOVEME? pkg_dependencies="$lemmy_dependencies $lemmyui_dependencies"
NODEJS_VERSION=12
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================