1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00
invidious_ynh/scripts/_common.sh
Éric Gaspar 80fbb568a7
Config panel (#72)
* Add config panel
2022-01-14 19:09:22 +01:00

22 lines
800 B
Bash

#!/bin/bash
#=================================================
# COMMON VARIABLES
#=================================================
version_commit=042ff8da643e9304f4d2c7db8f0c3cdba82d35ee
# dependencies used by the app
pkg_dependencies="apt-transport-https libssl-dev libxml2-dev libyaml-dev libgmp-dev libreadline-dev postgresql librsvg2-bin imagemagick libsqlite3-dev zlib1g-dev libevent-dev pkg-config libpcre3-dev"
#=================================================
# PERSONAL HELPERS
#=================================================
#=================================================
# EXPERIMENTAL HELPERS
#=================================================
#=================================================
# FUTURE OFFICIAL HELPERS
#=================================================