From 1989fbd4c4a40188fbb673d2f5e1dd467d255ad5 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 25 Jul 2024 14:38:47 -0700 Subject: [PATCH] Update setup.sh --- tools/setup.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/setup.sh b/tools/setup.sh index 42b8d6fd4c..8aca889b8c 100755 --- a/tools/setup.sh +++ b/tools/setup.sh @@ -52,3 +52,8 @@ function install_with_op() { } check_dir && check_git && git_clone && install_with_op + +unset OPENPILOT_ROOT +unset RED +unset GREEN +unset NC