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

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

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