mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 09:50:19 +00:00
9 lines
139 B
Bash
9 lines
139 B
Bash
#!/bin/bash
|
|
|
|
function __pass() {
|
|
echo "WSL 1 (Windows Subsystem for Linux) can only be installed from Windows 10"
|
|
exit 0
|
|
}
|
|
|
|
__pass
|