From b2857ff9fda1123470483f4372d228ee97ebca45 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Wed, 23 Aug 2023 07:35:30 -0400 Subject: [PATCH] clarify that WSL is supported --- scripts/create-disk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create-disk.sh b/scripts/create-disk.sh index dfdafe0..65b8b0f 100755 --- a/scripts/create-disk.sh +++ b/scripts/create-disk.sh @@ -196,6 +196,6 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then fi else # Unknown. - echo "Unknown OS type! Supported build hosts systems are GNU/Linux and macOS." + echo "Unknown OS type! Supported build hosts systems are GNU/Linux (WSL) and macOS." exit 1 fi \ No newline at end of file