-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I'm receiving the below error when I run the following command (#309).
iwr https://iroh.computer/sendme.ps1 -useb | iex
The command was copied directly from the iroh.computer homepage and pasted in the terminal. This was tested on two individual machines in different countries just to be sure.
iwr : The remote server returned an error: (308) Permanent Redirect.
At line:1 char:1
+ iwr https://iroh.computer/sendme.ps1 -useb | iex
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebException
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
I downloaded the script and tested it on my GitHub Pages site and it works without any issues.
iwr https://neuralpain.github.io/test/sendme/sendme.ps1 -useb | iex
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status