[fix] Save specific settings

This commit is contained in:
opi 2014-07-22 12:22:20 +02:00
parent faf12c7e6f
commit 90736b2cc3
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
# Save specific settings
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 -y