add browsers and cygwin to the default windows installation
This commit is contained in:
parent
d4c126b433
commit
f38b526e51
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
REM install Chocolatey
|
||||
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
|
||||
|
||||
REM install base tools
|
||||
choco install firefox
|
||||
choco install googlechrome
|
||||
|
||||
REM install cygwin and all things inside
|
||||
choco install cygwin cyg-get
|
||||
|
|
Loading…
Reference in a new issue