Running pacman -S commands gives me prompts, unlike other Arch-based distros I've tried
When it gives me options, I have no idea which to take
If 1 is the default, I'm happy to go with that
How do I stop it from asking me?
Thanks
Just add --noconfirm
The problem is that it disables all dialogs, and some could be important.
A better solution would be to tell pacman to prefer one repository over another (maybe the first found in pacman.conf), but that's a pacman evolution, not an Artix issue