1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/searx_ynh.git synced 2024-09-03 20:16:30 +02:00
searx_ynh/scripts/_common.sh

9 lines
342 B
Bash
Raw Normal View History

2018-05-11 22:59:18 +02:00
#!/bin/bash
2019-04-13 00:38:47 +02:00
#=================================================
# COMMON VARIABLES
#=================================================
# dependencies used by the app
2020-04-10 21:31:50 +02:00
pkg_dependencies="git build-essential libxslt-dev python3-dev python3-venv python3-cffi python3-babel zlib1g-dev libffi-dev libssl-dev python3-lxml uwsgi uwsgi-plugin-python3"