Hi, I am trying to install umod from the directions on the following webpage:
https://umod.org/guides/getting-started/installation#windows-via-umod-installer
When I try to paste the powershell command in on my computer, it started the following error message, seeming to indicate that the powershell file can't be found. Moreover, if I just try to go to https://umod.io/umod-install.ps1 in my web browser I get the same denial message.
Invoke-WebRequest : The remote server returned an error: (403) Forbidden.
At line:1 char:106
+ ... k]::Create((Invoke-WebRequest -UseBasicParsing 'https://umod.io/umod- ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
eption
+ FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand
Moreover, when I try to browse to the file in my web browser, I still get a forbidden message. This is happening on two different computers with two different ISPs even.
Any idea if this is something I can fix or if the installer was accidentally set with the wrong permissions?
Thank you!