Merge pull request #3063 from asynts/asynts.archlinux-one-liner

Don't reinstall dependencies if they are already installed.
This commit is contained in:
Nathan Lovato
2020-01-14 15:00:56 +01:00
committed by GitHub
+2 -2
View File
@@ -35,8 +35,8 @@ Distro-specific one-liners
+------------------+-----------------------------------------------------------------------------------------------------------+
| **Arch Linux** | :: |
| | |
| | pacman -S scons pkgconf gcc libxcursor libxinerama libxi libxrandr mesa glu libglvnd alsa-lib \ |
| | pulseaudio yasm |
| | pacman -S --needed scons pkgconf gcc libxcursor libxinerama libxi libxrandr mesa glu libglvnd \ |
| | alsa-lib pulseaudio yasm |
+------------------+-----------------------------------------------------------------------------------------------------------+
| **Debian** / | :: |
| **Ubuntu** | |