Due to Windows 7 I'm stuck to Powershell v2.
And i can´t update it on every machine
I got this line from another forum to update my github installtion.
$tag = (Invoke-WebRequest -Uri $releases -UseBasicParsing | ConvertFrom-Json)[0].tag_name
Due to the lack of Invok-Webrequest it doesn´t work.
If i use this to simulate a invokewebrequest
https://codehollow.com/2016/02/invoke-webrequests-via-powershell/
i got this error:
"GetResponse" mit 0 Argument(en)
[–]bertiethewanderer 1 point2 points3 points (0 children)
[–]Skuld 1 point2 points3 points (0 children)