Skip to content

Commit

Permalink
Update Bootstrap-RemoteHostViaSSH.ps1 updated wsl install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
pldmgg authored Nov 29, 2023
1 parent b06961e commit 31cabd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MyScripts/Bootstrap-RemoteHostViaSSH.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ ssh -i $SSHPrivateKeyPath $SSHUserAndHost "powershell.exe -ExecutionPolicy Bypas
mstsc /v:$RemoteIPAddress
# Enable WSL Feature
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
wsl --install
# Download the latest Linux kernel update package
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
# Install the .msi package
Expand Down

0 comments on commit 31cabd4

Please sign in to comment.