Specifically, when I do
- Code: Select all
equo install rpm ksh
Similarly, when I do
- Code: Select all
equo conf update
I have read the man page for equo, but the --quiet option doesn't seem to suppress this sort of interactivity and I can't see a reference to any switches that might. If it's not do-able, that's fine too: I can try bash script ways of piping a response when needed, but I thought I should find out if the functionality is there or not first. (eg, I know I could for example do
- Code: Select all
yes "3"|equo install rpm ksh
