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