From e1a493e13b389315b442ce8455f6212164103222 Mon Sep 17 00:00:00 2001 From: ugtthis <142481257+ugtthis@users.noreply.github.com> Date: Sun, 4 Aug 2024 06:57:42 -0700 Subject: [PATCH] Docs: curl command updated (#33180) --- docs/how-to/turn-the-speed-blue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/turn-the-speed-blue.md b/docs/how-to/turn-the-speed-blue.md index 643023fdf4..e8b55ef81b 100644 --- a/docs/how-to/turn-the-speed-blue.md +++ b/docs/how-to/turn-the-speed-blue.md @@ -9,7 +9,7 @@ And if you have a comma 3/3X, we'll deploy the change to your device for testing Run this to clone openpilot and install all the dependencies: ```bash -curl -fsSL openpilot.comma.ai | bash +bash <(curl -fsSL openpilot.comma.ai) ``` Navigate to openpilot folder & activate a Python virtual environment