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

Remove usage of wslu #217

Merged
merged 1 commit into from Jan 30, 2021
Merged

Commits on Jan 29, 2021

  1. Remove usage of wslu

    This PR is simplified version of sindresorhus#198 - Windows 10 does not allow
    installing the OS to locations other than C:\Windows so fetching
    %systemroot% is unnecessary here (and since WSL is exclusive to
    Windows 10, we do not need to worry about Win7 here). WSL also handles
    marshaling paths between WSL and Windows, so we don't need to convert
    this path manually.
    anaisbetts committed Jan 29, 2021
    Copy the full SHA
    ae0743b View commit details
    Browse the repository at this point in the history