do not ask for confirmation when installing via choco

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-28 11:30:17 +02:00
parent b0d4ac689e
commit db810ad2b2

View file

@ -2,8 +2,8 @@
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
# install base tools
choco install firefox
choco install googlechrome
choco install -y firefox
choco install -y googlechrome
# install cygwin and all things inside
choco install cygwin cyg-get
choco install -y cygwin cyg-get