diff --git a/scripts/install b/scripts/install index e09049f..118d620 100644 --- a/scripts/install +++ b/scripts/install @@ -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