Add installation of libvips for arch systems to setup script (#1688)

Add libvips package for arch systems to setup script
This commit is contained in:
Julian Braha 2023-10-27 16:31:30 -04:00 committed by GitHub
parent cc18413e08
commit cdd635a0ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -159,6 +159,9 @@ case "$(uname)" in
# Bindgen dependencies - it's used by a dependency of Spacedrive
set -- "$@" clang
# React dependencies
set -- "$@" libvips
sudo pacman -Sy --needed "$@"
elif has dnf; then