Skip to content

Commit 684ac4a

Browse files
committed
Add patch for request
1 parent cfc5e06 commit 684ac4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Invoke-WebRequest -Uri "https://github.com/pmjones/ext-request/archive/d55b408a1b5e465dd4e74020982edaa43a335ad3.zip" -OutFile "$ENV:TEMP/request.zip"
2+
Expand-Archive -Path "$ENV:TEMP/request.zip" -DestinationPath "$ENV:TEMP"
3+
Copy-Item -Path $env:TEMP/ext-request-d55b408a1b5e465dd4e74020982edaa43a335ad3/* -Destination (Get-Location).Path -Recurse -Force

0 commit comments

Comments
 (0)