From 34513a072ce60fe6cf889a0613442df72cb55e31 Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 29 May 2014 13:06:31 +0200 Subject: [PATCH] Update install --- scripts/install | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 07cb46b..cf83894 100644 --- a/scripts/install +++ b/scripts/install @@ -8,9 +8,11 @@ is_public=$3 # Check domain/path availability sudo yunohost app checkurl $domain$path -a searx if [[ ! $? -eq 0 ]]; then -exit 1 + 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