I'm attempting to install a package, thus:
apt-get install --yes --force-yes mssql-tools
Despite the fact I have done everything I can to get it to accept Yes when prompting for acceptance of the EULA, it hangs on the [Yes/No] prompt for accepting the EULA.
Does anyone know how I can force yes at the EULA prompt.
yes
command. Specifically, read this answer to a closely related question. Tl;dryes | apt-get install --yes --force-yes mssql-tools
– cocomac Apr 08 '22 at 18:26