try to make bootstrap executable remotely

This commit is contained in:
Cyryl Płotnicki-Chudyk 2016-07-30 11:12:05 +02:00
parent 944234bf6b
commit ebe14081fe
4 changed files with 7 additions and 7 deletions

View file

@ -1,2 +1,2 @@
install: windows_cygwin\bootstrap.bat
install: windows_cygwin\bootstrap.ps1
build_script: windows_cygwin\build.bat

View file

@ -1,3 +1,4 @@
Bootstrap from cmd.exe:
Bootstrap from cmd.exe running as Administrator:
bootstrap.bat
ssh-keygen -b 8192

View file

@ -1,4 +0,0 @@
echo on
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco install -y git win32-openssh

View file

@ -0,0 +1,3 @@
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
choco install -y git win32-openssh