From a7ea42c4ea318684ae0584a83cce74a3fdf5663a Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 25 Jul 2024 16:59:42 -0700 Subject: [PATCH] Update setup.sh old-commit-hash: 02e30ac14053212436ea5129030742a8c7dfe3fb --- tools/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.sh b/tools/setup.sh index 8aca889b8c..2091886103 100755 --- a/tools/setup.sh +++ b/tools/setup.sh @@ -44,8 +44,8 @@ function git_clone() { function install_with_op() { cd $OPENPILOT_ROOT - $OPENPILOT_ROOT/tools/op.sh --install $OPENPILOT_ROOT/tools/op.sh install + $OPENPILOT_ROOT/tools/op.sh setup # make op usable right now alias op="source $OPENPILOT_ROOT/tools/op.sh \"\$@\""