mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
ext/setup-js.sh: add --needed flag to pacman install command for Arch
This commit is contained in:
@ -11,7 +11,7 @@ case "$OSTYPE" in
|
||||
;;
|
||||
linux*)
|
||||
if is-arch; then
|
||||
sudo pacman --noconfirm -S nodejs npm
|
||||
sudo pacman --needed --noconfirm -S nodejs npm
|
||||
else
|
||||
echo "..."
|
||||
exit 1
|
||||
|
Reference in New Issue
Block a user