Skip to content

chore: Correct Arch Linux install command

Caleb Maclennan requested to merge github/fork/alerque/arch-pacman into trunk
  • Use official package manager (pacman) instead of unsupported AUR helper / pacman wrapper (yay) that was only necessary for unofficial packaging.

  • Drop db sync flag (-y) because doing that while installing packages results in an unsupported partial-update scenario. The correct usage is to update the whole system first (if necessary) with pacman Syu, but Arch users will know that, so just the single relevant install command is best for projects to show.

Merge request reports