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

Update install

This commit is contained in:
Alexis Gavoty 2014-05-29 13:06:31 +02:00
parent fca5c81f71
commit 34513a072c

View file

@ -11,6 +11,8 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
sudo yunohost app setting searx is_public -v $is_public
# Check depends installation
sudo apt-get install git build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev uwsgi uwsgi-plugin-python -y