From 25abfe3eaf68114e55c612823e6b119da0015e3c Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 12 Jun 2024 03:25:42 +0200 Subject: [PATCH] Update ngrok.zip uri in README.md this should fix https://github.com/CYB3RKING/RDP/issues/2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48f0ad2..0bf45ff 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: steps: - name: Download - run: Invoke-WebRequest https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip -OutFile ngrok.zip + run: Invoke-WebRequest https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-windows-amd64.zip -OutFile ngrok.zip - name: Extract run: Expand-Archive ngrok.zip - name: Auth