try to make bootstrap executable remotely
This commit is contained in:
parent
944234bf6b
commit
ebe14081fe
4 changed files with 7 additions and 7 deletions
|
@ -1,2 +1,2 @@
|
|||
install: windows_cygwin\bootstrap.bat
|
||||
install: windows_cygwin\bootstrap.ps1
|
||||
build_script: windows_cygwin\build.bat
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Bootstrap from cmd.exe:
|
||||
Bootstrap from cmd.exe running as Administrator:
|
||||
|
||||
|
||||
bootstrap.bat
|
||||
ssh-keygen -b 8192
|
||||
|
|
|
@ -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
|
||||
|
3
windows_cygwin/bootstrap.ps1
Normal file
3
windows_cygwin/bootstrap.ps1
Normal file
|
@ -0,0 +1,3 @@
|
|||
iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
|
||||
choco install -y git win32-openssh
|
||||
|
Loading…
Reference in a new issue