File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ These commands will install the DevSpace CLI and add it to the PATH environment
3131``` powershell
3232[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'
3333mkdir "$Env:Programfiles\devspace"
34- wget ((Invoke-WebRequest -URI "https://api.github.com/repos/covexo/devspace/releases/latest").Content -replace ".`"(https://github.com[^`"]*devspace-windows-amd64.exe)`".","`$1") -o $Env:Programfiles\devspace\devspace.exe
34+ wget ((Invoke-WebRequest -URI "https://api.github.com/repos/covexo/devspace/releases/latest").Content -replace ".* `"(https://github.com[^`"]*devspace-windows-amd64.exe)`".* ","`$1") -o $Env:Programfiles\devspace\devspace.exe
3535& "$Env:Programfiles\devspace\devspace.exe" "install"
3636```
3737
You can’t perform that action at this time.
0 commit comments