Browse Source

[fix] remove doc-build for centos-7 from './utils/searx.sh doc'

Since there is no centos-7 documentation 'searx.sh doc' produce an error
message::

    ERROR: centos-: uWSGI not yet implemented

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 4 years ago
parent
commit
69a61ce333
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/searx.sh

+ 1 - 1
utils/searx.sh

@@ -826,7 +826,7 @@ rst-doc() {
     # I use ubuntu-20.04 here to demonstrate that versions are also suported,
     # I use ubuntu-20.04 here to demonstrate that versions are also suported,
     # normaly debian-* and ubuntu-* are most the same.
     # normaly debian-* and ubuntu-* are most the same.
 
 
-    for DIST_NAME in ubuntu-20.04 arch fedora centos; do
+    for DIST_NAME in ubuntu-20.04 arch fedora; do
         (
         (
             DIST_ID=${DIST_NAME%-*}
             DIST_ID=${DIST_NAME%-*}
             DIST_VERS=${DIST_NAME#*-}
             DIST_VERS=${DIST_NAME#*-}