Files
vim-ale/wsl2/install.sh
T

11 lines
166 B
Bash

#!/bin/bash
set -e
set -u
function __pass() {
echo "WSL 2 (Windows Subsystem for Linux with Hyper-V) can only be installed from Windows 10"
exit 0
}
__pass