mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
upd
This commit is contained in:
parent
44e942827e
commit
92aa12c131
28 changed files with 388 additions and 195 deletions
|
|
@ -1535,7 +1535,7 @@ pkg_install() {
|
|||
;;
|
||||
arch)
|
||||
# shellcheck disable=SC2068
|
||||
pacman --noprogressbar -Sy --noconfirm $@
|
||||
pacman --noprogressbar -Sy --noconfirm --needed $@
|
||||
;;
|
||||
fedora)
|
||||
# shellcheck disable=SC2068
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ nvm.min_node() {
|
|||
local higher_v
|
||||
|
||||
if ! command -v node >/dev/null; then
|
||||
wanr_msg "Node.js is not yet installed"
|
||||
warn_msg "Node.js is not yet installed"
|
||||
return 42
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue