chore(style): add shebang, set bash strict mode, create function
[webi-installers/.git] / wsl1 / install.sh
1 #!/bin/bash
2
3 echo "WSL 1 (Windows Subsystem for Linux) can only be installed from Windows 10"
4 exit 0