Powershell install script fails

The current script for installing the rover cli in powershell fails to install. It expects there to be additional command arguments. When there are not additional command arguments included it fails with

error: unexpected argument '' found

I was able to work around this by removing $rover_install_args from the install execution on line 51.

See Installing Rover