Merge pull request #1 from Kloadut/master

[fix] Skipped_uris + install uwsgi
This commit is contained in:
abeudin 2014-05-27 13:59:19 +02:00
commit 02631d7786
1 changed files with 1 additions and 2 deletions

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 ];