[FIX] Only install missing packages
The `-S` flag reinstalls dependencies if they are already present on the system, the `--needed` flag makes it so that `pacman` skips them instead
This commit is contained in:
parent
92533a4e0b
commit
f227d15cd6
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -111,7 +111,7 @@ HASKELL_DEPENDENCIES := \
|
|||
STOW_TARGET := $(HOME)
|
||||
STOW = stow -t $(STOW_TARGET) -R -v
|
||||
|
||||
YAY := yay -S --noconfirm
|
||||
YAY := yay -S --noconfirm --needed
|
||||
|
||||
.PHONY: all
|
||||
all: install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue