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

[fix] Skipped_uris + install uwsgi

This commit is contained in:
Alexis Gavoty 2014-05-27 13:14:07 +02:00
parent f7c1a9a310
commit 691f92da91

View file

@ -7,13 +7,12 @@ is_public=$3
# Check domain/path availability
sudo yunohost app checkurl $domain$path -a searx
sudo yunohost app setting searx skipped_uris -v "$path"
if [[ ! $? -eq 0 ]]; then
exit 1
fi
# Check depends installation
sudo apt-get install git build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev -y
sudo apt-get install git build-essential libxslt-dev python-dev python-virtualenv python-pybabel zlib1g-dev uwsgi -y
# Check Swap
if [ $(sudo swapon -s | wc -l) = 1 ];