do not use powershell script to build windows env
This commit is contained in:
parent
0eac6c5a62
commit
944234bf6b
2 changed files with 3 additions and 13 deletions
|
@ -1 +1,3 @@
|
||||||
powershell -NoProfile -ExecutionPolicy Bypass -Command "windows_cygwin\build.ps1"
|
choco install -y firefox googlechrome cygwin
|
||||||
|
refreshenv
|
||||||
|
|
||||||
|
|
|
@ -1,12 +0,0 @@
|
||||||
# install Chocolatey
|
|
||||||
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
|
|
||||||
|
|
||||||
# install base tools
|
|
||||||
choco install -y firefox
|
|
||||||
choco install -y googlechrome
|
|
||||||
|
|
||||||
# install cygwin and all things inside
|
|
||||||
choco install -y cygwin cyg-get
|
|
||||||
|
|
||||||
cyg-get git
|
|
||||||
|
|
Loading…
Reference in a new issue