1
0
mirror of synced 2024-11-24 07:40:17 +01:00

dist: Prevent already installed packages in ArchLinux and MSYS2.

Use --needed option with pacman to prevent it.
This commit is contained in:
Biswapriyo Nath 2020-12-09 14:21:36 +05:30
parent 4d87eefbe9
commit ee831fbcb6
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env sh
pacman -S \
pacman -S --needed \
glfw \
file \
openssl \

View File

@ -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 \