do not ask for confirmation when installing via choco
This commit is contained in:
parent
b0d4ac689e
commit
db810ad2b2
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue