Don't reinstall dependencies on arch linux (#7801)
Very minor quality of life update, passing the --needed flag to pacman to skip reinstalling up to date dependencies. Release Notes: - N/A
This commit is contained in:
parent
cbbc8cad84
commit
a3300aed31
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ if [[ -n $pacman ]]; then
|
||||||
fontconfig
|
fontconfig
|
||||||
vulkan-validation-layers
|
vulkan-validation-layers
|
||||||
)
|
)
|
||||||
$maysudo "$pacman" -S --noconfirm "${deps[@]}"
|
$maysudo "$pacman" -S --needed --noconfirm "${deps[@]}"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue