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>
2023-02-11 13:18:07 +01:00
..
templates [fix] typos / reported by @kianmeng in searx PR-3366 2022-09-27 18:32:14 +02:00
brand.env [fix] brand - partial revert of e82e37ce6 2021-11-19 14:01:58 +01:00
build_env.py [fix] typos / reported by @kianmeng in searx PR-3366 2022-09-27 18:32:14 +02:00
filtron.sh [mod] fix minor leftovers from PR #1332 2022-07-30 16:13:47 +02:00
lib.sh Fix checksum virtualenv checks. 2023-01-03 18:44:55 -06:00
lib_go.sh [mod] Tools to install and maintain golang [1] binaries & packages. 2021-11-16 18:00:47 +01:00
lib_nvm.sh [fix] make nvm.env exit with error when VERBOSE is unset 2023-02-11 13:18:07 +01:00
lib_redis.sh [utils/searxng.sh] implement new script to install SearXNG 2022-07-30 13:39:35 +02:00
lib_static.sh theme: remove __common__ 2022-05-07 19:40:48 +02:00
lxc-searxng.env [LXC] ubuntu 21.10 upgrade to ubuntu 22.04 LTS [1] 2023-02-01 09:30:13 +01:00
lxc.sh [LXC] ubuntu 21.10 upgrade to ubuntu 22.04 LTS [1] 2023-02-01 09:30:13 +01:00
makefile.include [mod] replace makefile boilerplate by 'manage' script 2021-04-23 11:26:22 +02:00
makefile.lxc [mod] LXC_ENV_FOLDER moved from ./lxc to ./lxc-env 2020-12-26 11:43:18 +01:00
morty.sh [mod] fix minor leftovers from PR #1332 2022-07-30 16:13:47 +02:00
searx.sh [mod] fix minor leftovers from PR #1332 2022-07-30 16:13:47 +02:00
searxng.sh [fix] typos in utils/searxng.sh 2023-01-08 10:08:53 +01:00
searxng_check.py move searx.shared.redisdb to searx.redisdb 2022-12-10 09:26:38 +01:00