From 691f92da91d5d48aff3d225e7f80798a242595e1 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Tue, 27 May 2014 13:14:07 +0200 Subject: [PATCH] [fix] Skipped_uris + install uwsgi --- scripts/install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index d46f91a..b9cfaeb 100644 --- a/scripts/install +++ b/scripts/install @@ -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 ];