summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/searx.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/searx.sh b/utils/searx.sh
index a56fdac6f..386b2861f 100755
--- a/utils/searx.sh
+++ b/utils/searx.sh
@@ -826,7 +826,7 @@ rst-doc() {
# I use ubuntu-20.04 here to demonstrate that versions are also suported,
# 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_VERS=${DIST_NAME#*-}