ext/setup-js.sh: add --needed flag to pacman install command for Arch
This commit is contained in:
parent
96e7f0cd12
commit
40a6201665
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ case "$OSTYPE" in
|
||||||
;;
|
;;
|
||||||
linux*)
|
linux*)
|
||||||
if is-arch; then
|
if is-arch; then
|
||||||
sudo pacman --noconfirm -S nodejs npm
|
sudo pacman --needed --noconfirm -S nodejs npm
|
||||||
else
|
else
|
||||||
echo "..."
|
echo "..."
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue