Merge pull request #2 from Kloadut/patch-1

Update install
This commit is contained in:
abeudin 2014-05-29 14:45:48 +02:00
commit 1ff054b15c
1 changed files with 3 additions and 1 deletions

View File

@ -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