Skip to content

provisionersdk: extract and embed agent bootstrap scripts #2886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 11, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update provisionersdk/scripts/bootstrap_windows.ps1
  • Loading branch information
johnstcn authored Jul 11, 2022
commit 5068ec4c90e0edf7613e37157ce1f0683e284a08
2 changes: 1 addition & 1 deletion provisionersdk/scripts/bootstrap_windows.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# On Windows, VS Code Remote requires a parent process of the
## executing shell to be named "sshd", otherwise it fails. See:
# executing shell to be named "sshd", otherwise it fails. See:
# https://github.com/microsoft/vscode-remote-release/issues/5699
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest -Uri ${ACCESS_URL}bin/coder-windows-${ARCH}.exe -OutFile $env:TEMP\sshd.exe
Expand Down