diff options
author | rafa_99 <raroma09@gmail.com> | 2022-06-21 00:24:31 +0100 |
---|---|---|
committer | rafa_99 <raroma09@gmail.com> | 2022-06-21 00:24:31 +0100 |
commit | 716e86cf1485399b82953d815444b9b90aeb7c9e (patch) | |
tree | a8e32f3cb979290e2a52a7126ebcdc7bd255634b /searxng/deploy | |
parent | 5f72ed29b291a9d61f56a160b9b3ee2f62ecc13d (diff) |
Diffstat (limited to 'searxng/deploy')
-rwxr-xr-x[-rw-r--r--] | searxng/deploy | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/searxng/deploy b/searxng/deploy index da076df..ccf906f 100644..100755 --- a/searxng/deploy +++ b/searxng/deploy @@ -22,8 +22,8 @@ sudo -H -u searx /usr/local/searx/searx-pyenv/bin/pip install -e "/usr/local/sea ## Configuring SearXNG sudo -H cp -rf "searxng/" "/etc/" -sudo -H sed -i s:YOURHOSTNAME:"$(hostname)":g /etc/searx/settings.yml -sudo -H sed -i s:SERVERKEY:"$(openssl rand -hex 16)":g /etc/searx/settings.yml +sudo -H sed -i s:YOURHOSTNAME:"$(hostname)":g /etc/searxng/settings.yml +sudo -H sed -i s:SERVERKEY:"$(openssl rand -hex 16)":g /etc/searxng/settings.yml # uwsgi sudo -H cp -rf uwsgi/ /etc/ |