dist: Prevent already installed packages in ArchLinux and MSYS2.
Use --needed option with pacman to prevent it.
This commit is contained in:
parent
4d87eefbe9
commit
ee831fbcb6
2
dist/get_deps_archlinux.sh
vendored
2
dist/get_deps_archlinux.sh
vendored
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
pacman -S \
|
||||
pacman -S --needed \
|
||||
glfw \
|
||||
file \
|
||||
openssl \
|
||||
|
2
dist/get_deps_msys2.sh
vendored
2
dist/get_deps_msys2.sh
vendored
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
pacman -S \
|
||||
pacman -S --needed \
|
||||
mingw-w64-x86_64-gcc \
|
||||
mingw-w64-x86_64-cmake \
|
||||
mingw-w64-x86_64-make \
|
||||
|
Loading…
Reference in New Issue
Block a user