diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2021-01-20 18:48:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 18:48:29 +0000 |
| commit | f310305c54c3cd1d9fc74f09453294edbd2b5486 (patch) | |
| tree | 2f42e532b22e945c97813b8fc1a5fd440eb8569c /utils | |
| parent | 0495e15df4b5e88adef24a9b5c3dbb35e4fac072 (diff) | |
| parent | 73c86f9bf233aa4f265d1c01ea94d01563e299f8 (diff) | |
Merge pull request #2481 from dalf/mod-check
Mod check
Diffstat (limited to 'utils')
| -rwxr-xr-x | utils/searx.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/utils/searx.sh b/utils/searx.sh index f85935fa2..a33642ee4 100755 --- a/utils/searx.sh +++ b/utils/searx.sh @@ -46,7 +46,6 @@ SEARX_PACKAGES_debian="\ python3-dev python3-babel python3-venv uwsgi uwsgi-plugin-python3 git build-essential libxslt-dev zlib1g-dev libffi-dev libssl-dev -libprotobuf-dev protobuf-compiler shellcheck" BUILD_PACKAGES_debian="\ @@ -59,7 +58,6 @@ SEARX_PACKAGES_arch="\ python python-pip python-lxml python-babel uwsgi uwsgi-plugin-python git base-devel libxml2 -protobuf shellcheck" BUILD_PACKAGES_arch="\ @@ -71,7 +69,7 @@ SEARX_PACKAGES_fedora="\ python python-pip python-lxml python-babel uwsgi uwsgi-plugin-python3 git @development-tools libxml2 -ShellCheck protobuf-compiler protobuf-devel" +ShellCheck" BUILD_PACKAGES_fedora="\ firefox graphviz graphviz-gd ImageMagick librsvg2-tools @@ -84,7 +82,7 @@ SEARX_PACKAGES_centos="\ python36 python36-pip python36-lxml python-babel uwsgi uwsgi-plugin-python3 git @development-tools libxml2 -ShellCheck protobuf-compiler protobuf-devel" +ShellCheck" BUILD_PACKAGES_centos="\ firefox graphviz graphviz-gd ImageMagick librsvg2-tools |