From e9779986cac0af0c23b261614b0017a6b279f339 Mon Sep 17 00:00:00 2001 From: Henrik Soerensen Date: Wed, 6 Mar 2024 20:40:26 -0500 Subject: [PATCH] Clarify that native Linux is best --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0de07f1..80a967a 100755 --- a/install.sh +++ b/install.sh @@ -628,7 +628,7 @@ else fi if uname -r | grep -q "Microsoft"; then - abort "WSL 1 is not supported. Please run this script on a native Linux installation or WSL 2." + abort "WSL 1 is not supported. Please run this script on a native Linux installation (best) or WSL 2 (experimental)." fi if [[ ! (${operating_system_distribution} == "ubuntu" || ${operating_system_distribution} == "debian") ]]; then