mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-04 10:20:22 +00:00
11 lines
137 B
Bash
11 lines
137 B
Bash
#!/bin/sh
|
|
set -e
|
|
set -u
|
|
|
|
__pass() {
|
|
echo "WSL (Windows Subsystem for Linux) can only be installed from Windows"
|
|
exit 0
|
|
}
|
|
|
|
__pass
|