flow-cli
flow-cli copied to clipboard
Unable to install on WSL
Instructions
I was installing Flow CLI on a Windows Subsystem for Linux and the installation script got hanged up.
Problem
A message appears indicating that the Flow CLI will start downloading soon but it never does.
Steps to Reproduce
-
Install Ubuntu on Windows from the Microsoft Store.
-
Open a terminal inside WSL and run
sh -ci "$(curl -fsSL https://storage.googleapis.com/flow-cli/install.sh)".
I can install it on Windows normally but not on the subsystem which made me think there is something missing in the script.
it can install normally on my machine

This should be fixed