I have been trying to install flyctl on my Windows 10 system with the command mentioned on the website:
curl -L https://fly.io/install.sh | sh
when I run the above command, I get the following error message:
sh : The term 'sh' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:37
+ curl -L https://fly.io/install.sh | sh
+ ~~
+ CategoryInfo : ObjectNotFound: (sh:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I was trying to Install flyctl From fly.io Website