Add --needed parameter to pacman install command
This avoids reinstalling already installed packages.
This commit is contained in:
parent
1da5c1bde9
commit
913568a597
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ sudo yum -y install gcc-c++ git curl wget nasm yasm gcc gtk3-devel clang libxcb-
|
|||
|
||||
### Arch (Manjaro)
|
||||
```
|
||||
sudo pacman -Syu unzip git cmake gcc curl wget yasm nasm zip make pkg-config clang gtk3 xdotool libxcb libxfixes alsa-lib pulseaudio
|
||||
sudo pacman -Syu --needed unzip git cmake gcc curl wget yasm nasm zip make pkg-config clang gtk3 xdotool libxcb libxfixes alsa-lib pulseaudio
|
||||
```
|
||||
|
||||
### Install vcpkg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue