Last active
November 18, 2021 05:15
-
-
Save warabanshi/d2a29ee6017959dc02962a404d47d6e1 to your computer and use it in GitHub Desktop.
See if the environment is working on WSL2 in Vagrantfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def is_wsl | |
File.exists?('/proc/version') && /WSL[0-9]/.match?(IO.readlines('/proc/version').first) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment