summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
Diffstat (limited to 'manage.sh')
-rwxr-xr-xmanage.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/manage.sh b/manage.sh
index 4c11576a3..5c9b332aa 100755
--- a/manage.sh
+++ b/manage.sh
@@ -70,11 +70,6 @@ locales() {
pybabel compile -d "$SEARX_DIR/translations"
}
-update_useragents() {
- echo '[!] Updating user agent versions'
- python utils/fetch_firefox_version.py
-}
-
pep8_check() {
echo '[!] Running pep8 check'
# ignored rules:
@@ -242,7 +237,6 @@ Commands
update_dev_packages - Check & update development and production dependency changes
install_geckodriver - Download & install geckodriver if not already installed (required for robot_tests)
npm_packages - Download & install npm dependencies
- update_useragents - Update useragents.json with the most recent versions of Firefox
Build
-----