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