tooling box: varius fix from tests

This commit is contained in:
Markus Heiser 2020-02-08 13:24:08 +01:00
parent c8212b9f4d
commit ed4cb4f160
3 changed files with 5 additions and 4 deletions

View file

@ -43,7 +43,7 @@ Install searx:
.. code:: sh
sudo -H useradd searx --system --disabled-password -d /usr/local/searx
sudo -H usermod -a -G shadow $SERVICE_USER
sudo -H usermod -a -G shadow searx
cd /usr/local/searx
sudo -H git clone https://github.com/asciimoo/searx.git searx-src
sudo -H chown searx:searx -R /usr/local/searx