-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Windows #36
Comments
cc @bsclifton who may know whether or not this would be possible (i.e. detecting WSL separately from Ubuntu, and then downloading the Windows |
Some package managers that could be useful here are Chocolatey, WinGet but also Microsoft Store. |
According to https://superuser.com/a/1749811, we could simply look at the |
Sorry I missed this! @fmarier here's what I do to detect that you are inside WSL2 in my humble dot files 😄 NOTE: it does NOT evaluate to true when you run the git bash shell. That falls into the MinGW bucket. |
The idea is to install the Windows version (as opposed to the Ubuntu version) of the browser via WSL, if that's possible.
The text was updated successfully, but these errors were encountered: