I have added ChocolateyGet
as a provider on Powershell so I can use it with PackageManagement (OneGet), it works but every package I try to install warns:
https://www.chocolatey.org is not a trusted package source
Then asks for confirmation. It also asks me if I agree to the license of the package.
I wanted to make a script to automatically install some packages, but I needed this script to be unattended, and it's not possible now because it asks those two previous questions.
Is there anyway to circumvent/automatically respond these confirmations? Like the y
or yes
command on Linux?