I want to take this command
To upgrade an existing GYB install, run:
bash <(curl -s -S -L https://git.io/gyb-install) -l
The -l at the end tells the download script to upgrade to latest version and not perform the project setup steps. This will preserve your current settings and existing backups.
and make it something that work in windows PowerShell.
The end goal is to make a windows script that updates to the latest release of a program called GYB https://github.com/GAM-team/got-your-back/releases automatically.
I don't have any code to offer since I don't have any good ideas to accomplish what I want.
Any help would be appreciated.