From f38b526e5175ce483f52c6b7de6857548675b010 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Thu, 28 Jul 2016 11:17:16 +0200 Subject: [PATCH] add browsers and cygwin to the default windows installation --- windows_cygwin/build.bat | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows_cygwin/build.bat b/windows_cygwin/build.bat index 82aa5b37..b53e4231 100644 --- a/windows_cygwin/build.bat +++ b/windows_cygwin/build.bat @@ -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