#!/bin/bash function __pass() { echo "WSL 2 (Windows Subsystem for Linux with Hyper-V) can only be installed from Windows 10" exit 0 } __pass