summaryrefslogtreecommitdiff
path: root/utils/lib_sxng_data.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lib_sxng_data.sh')
-rwxr-xr-xutils/lib_sxng_data.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/lib_sxng_data.sh b/utils/lib_sxng_data.sh
index 2cfe76876..4964bf1e2 100755
--- a/utils/lib_sxng_data.sh
+++ b/utils/lib_sxng_data.sh
@@ -26,7 +26,8 @@ data.all() {
build_msg DATA "update searx/data/ahmia_blacklist.txt"
python searxng_extra/update/update_ahmia_blacklist.py
build_msg DATA "update searx/data/wikidata_units.json"
- python searxng_extra/update/update_wikidata_units.py
+ build_msg DATA "update searx/data/wikidata_properties.json"
+ python searxng_extra/update/update_wikidata.py
build_msg DATA "update searx/data/currencies.json"
python searxng_extra/update/update_currencies.py
build_msg DATA "update searx/data/external_bangs.json"