mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-02-14 17:49:53 +00:00
11 lines
139 B
Bash
11 lines
139 B
Bash
#!/bin/sh
|
|
set -e
|
|
set -u
|
|
|
|
__pass() {
|
|
echo "WSL 1 (Windows Subsystem for Linux) can only be installed from Windows"
|
|
exit 0
|
|
}
|
|
|
|
__pass
|