bin/setup installs libvips

This commit is contained in:
Mike Dalessio
2025-10-29 21:08:45 -04:00
parent 80e2255671
commit eb471cc9d2
+1 -1
View File
@@ -56,7 +56,7 @@ step "Installing Ruby" mise install --yes
eval "$(mise hook-env)"
if which pacman >/dev/null 2>&1; then
packages=(imagemagick openslide)
packages=(imagemagick openslide libvips)
if ! pacman -Q "${packages[@]}" >/dev/null 2>&1; then
step "Installing packages" sudo pacman -S --noconfirm --needed "${packages[@]}"
fi