Skip to content
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

Windows Install does not work #818

Open
vlad-nestorov opened this issue Nov 21, 2021 · 2 comments
Open

Windows Install does not work #818

vlad-nestorov opened this issue Nov 21, 2021 · 2 comments

Comments

@vlad-nestorov
Copy link

Recently introduced by #815

$isOnWindows = [System.Environment]::OSVersion.Platform.value__ > 3

$isOnWindows is always false, since > is not a comparison operator. Perhaps -le was intended?

@willcohen
Copy link
Collaborator

Fixed with #819. Many apologies.

@gojforce
Copy link

Are you sure this problem is fixed? Installed last week and every new Powershell window complaining that "script cannot be executed, blah blah"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants