Don't use xargs for installing packages.txt

This commit is contained in:
Anthony Wang 2022-02-02 16:29:53 -06:00
parent 49a42ebeed
commit 4867be43a6
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -7,7 +7,7 @@ Resources for Science Olympiad Astronomy. Note that due to the [license](LICENSE
### Install dependencies
You can install all the required dependencies on Arch Linux with `cat packages.txt | xargs sudo pacman -S --asdeps --noconfirm`. For other Linux distros, install your distro's version of the packages in `packages.txt`.
You can install all the required dependencies on Arch Linux with `sudo pacman -S --asdeps $(cat packages.txt)`. For other Linux distros, install your distro's version of the packages in `packages.txt`.
### Kiwix