Not needed for build

This commit is contained in:
David Heinemeier Hansson 2025-08-25 09:24:56 +02:00
parent 37f0c18b78
commit ec0af90c98

View File

@ -1,7 +1,7 @@
#!/bin/bash
# Install build tools
sudo pacman -Sy --needed --noconfirm base-devel jq
sudo pacman -Sy --needed --noconfirm base-devel
# Add fun and color and verbosity to the pacman installer
if ! grep -q "ILoveCandy" /etc/pacman.conf; then