Hi,
To save some time, I’m piecing together a bash script to install all of the software I use, so that when I want to reinstall or install elsewhere I can have it churn through what I want in the script automatically.
Does anyone know if there is a way to auto insert an answer for the repository prompt?
e.g
yay -S --answerdiff None --answerclean None --removemake obs-streamfx
There are two repositories 1) obs-streamfx 2) obs-streamfx-git, so I would want it to just choose either the default or be able to autoanswer 1, either would be good.
I’ve been looking through the man pages for yay and I can’t see any option for this.
With pacman I can use yes | sudo pacman -Syu blender to auto answer yes, so I thought I’d give that a go, but having a number before the pipe just throws an error.
Thanks