[fix] Save specific settings
This commit is contained in:
parent
faf12c7e6f
commit
90736b2cc3
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue