1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
peertube_ynh/scripts/_common.sh

23 lines
661 B
Bash
Raw Normal View History

2023-08-04 02:53:38 +02:00
#!/bin/bash
2017-12-08 00:35:52 +01:00
2019-04-03 00:42:45 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2021-11-30 11:37:52 +01:00
pkg_dependencies="ffmpeg postgresql postgresql-contrib openssl g++ mailutils apt-transport-https"
2019-04-03 00:42:45 +02:00
2023-11-30 09:28:08 +01:00
nodejs_version=16
2020-06-01 03:40:44 +02:00
2019-04-03 00:42:45 +02:00
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================