This commit is contained in:
root 2022-04-14 16:30:32 +08:00
parent 44e942827e
commit 92aa12c131
28 changed files with 388 additions and 195 deletions

View file

@ -1535,7 +1535,7 @@ pkg_install() {
;;
arch)
# shellcheck disable=SC2068
pacman --noprogressbar -Sy --noconfirm $@
pacman --noprogressbar -Sy --noconfirm --needed $@
;;
fedora)
# shellcheck disable=SC2068

View file

@ -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