1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
.. _update searx: ============= How to update ============= .. code:: sh sudo -H -u searx -i (searx)$ git stash (searx)$ git pull origin master (searx)$ git stash apply (searx)$ ./manage.sh update_packages Restart uwsgi: .. tabs:: .. group-tab:: Ubuntu / debian .. code:: sh sudo -H systemctl restart uwsgi