You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
searxng/utils
Markus Heiser eebb489fb7 [fix] make nvm.env exit with error when VERBOSE is unset
$ make nvm.install
    INFO:  install (update) NVM at /800GBPCIex4/share/SearXNG/.nvm
    INFO:  already cloned at: /800GBPCIex4/share/SearXNG/.nvm
      || Fetching origin
    INFO:  checkout v0.39.1
      || HEAD is now at 9600617 v0.39.1
    make: *** [Makefile:96: nvm.install] Error 1

Without this fix we need to set VERBOSE environment to avoid the 'Error 1':

    $ VERBOSE=0 make nvm.install

BTW: fix an issue if there are any leftovers in ${NVM_DIR} from previos
installations

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
1 year ago
..
templates [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
brand.env [fix] brand - partial revert of e82e37ce6 3 years ago
build_env.py [fix] typos / reported by @kianmeng in searx PR-3366 2 years ago
filtron.sh [mod] fix minor leftovers from PR #1332 2 years ago
lib.sh Fix checksum virtualenv checks. 1 year ago
lib_go.sh [mod] Tools to install and maintain golang [1] binaries & packages. 3 years ago
lib_nvm.sh [fix] make nvm.env exit with error when VERBOSE is unset 1 year ago
lib_redis.sh [utils/searxng.sh] implement new script to install SearXNG 2 years ago
lib_static.sh theme: remove __common__ 2 years ago
lxc-searxng.env [LXC] ubuntu 21.10 upgrade to ubuntu 22.04 LTS [1] 1 year ago
lxc.sh [LXC] ubuntu 21.10 upgrade to ubuntu 22.04 LTS [1] 1 year ago
makefile.include [mod] replace makefile boilerplate by 'manage' script 3 years ago
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 3 years ago
morty.sh [mod] fix minor leftovers from PR #1332 2 years ago
searx.sh [mod] fix minor leftovers from PR #1332 2 years ago
searxng.sh [fix] typos in utils/searxng.sh 1 year ago
searxng_check.py move searx.shared.redisdb to searx.redisdb 1 year ago